Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 313 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 313 Bytes

This is my personal practice on Linked List in 3 languages (C, C++, Python).

TODO

  • Remove nodes
  • Stack
  • Queue

Furthermore

  • Two directions (prev and next) and other variations.
  • Functional programming versions insert_node(data_structure, node) so that increases flexibility.