Ada❤️Doubly listed list 구현
https://en.m.wikipedia.org/wiki/Doubly_linked_list
Doubly linked list - Wikipedia
The first and last nodes of a doubly linked list for all practical applications are immediately accessible (i.e., accessible without traversal, and usually called head and tail) and therefore allow traversal of the list from the beginning or end of the lis
en.m.wikipedia.org
다른거
https://en.m.wikibooks.org/wiki/Ada_Programming/Algorithms
Ada Programming/Algorithms - Wikibooks, open books for an open world
Welcome to the Ada implementations of the Algorithms Wikibook. For those who are new to Ada Programming a few notes: All examples are fully functional with all the needed input and output operations. However, only the code needed to outline the algorithms
en.m.wikibooks.org