Luna/luna/include
apio d8f75f1d3c
LinkedList: Add an append_after() method
Can be used to append an item after another one instead of at the end of the list.
With doubly linked lists, this is extremely easy to achieve (O(1)).
2022-12-06 18:25:08 +01:00
..
luna LinkedList: Add an append_after() method 2022-12-06 18:25:08 +01:00