RichardMarks / rigtools

Rambling Indie Games Development Tools
https://richardmarks.github.io/rigtools/
MIT License
1 stars 0 forks source link

Include Linked Lists Data Structures and Algorithms #1

Open stephenc222 opened 7 years ago

stephenc222 commented 7 years ago

How about some linked list data structures, both singly and doubly linked, and simple traversal, insertion, deletion, search and traversal algorithms? I'll work on this too.

RichardMarks commented 7 years ago

I think that could prove to be useful. Feel free to supply a draft API for this and I'll see about the implementation details.