Anki Deck Changes

Commit: b4eae12f - tag all correctly

Author: obrhubr <obrhubr@gmail.com>

Date: 2025-12-26T10:45:11+01:00

Changes: 11 note(s) changed (0 added, 11 modified, 0 deleted)

ℹ️ Cosmetic Changes Hidden: 10 note(s) had formatting-only changes and are not shown below

Note 1: ETH::A&D

Deck: ETH::A&D
Note Type: Horvath Cloze
GUID: F*Z7jn}vxk
modified

Before

Front

ETH::1._Semester::A&D::05._Data_Structures::1._ADT_List
The ADT List defines the following operations:
  •  insert(k, L): insert the key K at the end of the list L
  •  get(i, L): return the memory address of the i-th key in list L
  •  delete(k, L): remove the key k from the list L
  • insertAfter(k, k', L): inserts the key k' after the key k in the list L

Back

ETH::1._Semester::A&D::05._Data_Structures::1._ADT_List
The ADT List defines the following operations:
  •  insert(k, L): insert the key K at the end of the list L
  •  get(i, L): return the memory address of the i-th key in list L
  •  delete(k, L): remove the key k from the list L
  • insertAfter(k, k', L): inserts the key k' after the key k in the list L

After

Front

ETH::1._Semester::A&D::05._Data_Structures::1._ADT_List
The ADT List defines the following operations:
  •  insert(k, L): insert the key K at the end of the list L
  •  get(i, L): return the memory address of the i-th key in list L
  •  delete(k, L): remove the key k from the list L
  • insertAfter(k, k', L): inserts the key k' after the key k in the list L

Back

ETH::1._Semester::A&D::05._Data_Structures::1._ADT_List
The ADT List defines the following operations:
  •  insert(k, L): insert the key K at the end of the list L
  •  get(i, L): return the memory address of the i-th key in list L
  •  delete(k, L): remove the key k from the list L
  • insertAfter(k, k', L): inserts the key k' after the key k in the list L
Field-by-field Comparison
Field Before After
Text The ADT <b>List</b> defines the following operations:<br><ul><li>{{c1::&nbsp;<b>insert(k, L)</b>}}: {{c2:: insert the key&nbsp;<b>K</b>&nbsp;at the end of the list&nbsp;<b>L</b>}}</li><li>{{c3::&nbsp;<b>get(i, L)</b>}}: {{c4:: return the memory address of the i-th key in list&nbsp;<b>L</b> }}</li><li>{{c4::&nbsp;<b>delete(k, L)</b>}}: {{c5:: remove the key <b>k</b>&nbsp;from the list&nbsp;<b>L</b>}}</li><li>{{c6::<b>insertAfter(k, k', L)</b>}}: {{c7:: inserts the key&nbsp;<b>k'</b>&nbsp;after the key&nbsp;<b>k</b>&nbsp;in the list&nbsp;<b>L</b>}}</li></ul> The ADT <b>List</b> defines the following operations:<br><ul><li>{{c1::&nbsp;<b>insert(k, L)</b>}}: {{c2:: insert the key&nbsp;<b>K</b>&nbsp;at the end of the list&nbsp;<b>L</b>}}</li><li>{{c3::&nbsp;<b>get(i, L)</b>}}: {{c4:: return the memory address of the i-th key in list&nbsp;<b>L</b>}}</li><li>{{c5::&nbsp;<b>delete(k, L)</b>}}: {{c6:: remove the key <b>k</b>&nbsp;from the list&nbsp;<b>L</b>}}</li><li>{{c7::<b>insertAfter(k, k', L)</b>}}: {{c8:: inserts the key&nbsp;<b>k'</b>&nbsp;after the key&nbsp;<b>k</b>&nbsp;in the list&nbsp;<b>L</b>}}</li></ul>
Tags: ETH::1._Semester::A&D::05._Data_Structures::1._ADT_List
↑ Top