Circularly Link List

Circularly Link List is a kind of #202110191729 where the last cell of the list points to the first cell of it. This could work with or without header or being a #202112031146

Links to this page
  • Linked List

    With small changes of implementation, we could get two variation out of it: Double Linked List# and Circularly Linked List#.

  • Emacs Keybinding

    Emacs distinguishes between kill and delete. Kill means putting character or line into an iteratable 202112031154 (the kill ring). Deleted character or line in the other hand can’t be pasted (yank) from the kill ring since the ring doesn’t record deleted objects.

#data-structure #list