karakarasuuuu / my-linked-list

Reinventing wheels is cool. Hell yeah.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Reinventing wheels is cool. Hell yeah.


Languages

Language:C 51.0%Language:C++ 26.3%Language:Python 22.7%