📄 cltnlist.pas
字号:
unit CltnList;
(*
Implement the IList and IStack collections using doubly-linked lists.
The TLinkedList class keeps track of the head and tail nodes and a
count of the number of nodes in the list. It's all straightforward stuff.
There's no reason why one could not implement ISet and IMap or
create a sorted linked list, but these classes are left as
an exercise for the reader.
Copyright
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -