CydeWeys / NaiveDataStructures

Data structures written for educational reasons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NaiveDataStructures

This is a collection of data structures and algorithm implementations (sorts, tree traversals, that kind of thing) that I wrote for two main reasons:

  1. To refresh my knowledge of Java.
  2. To refresh my understanding of many data structures that I last used in university.

Feel free to use this for educational purposes, but I would highly recommend against using it as an actual library, because not only can I not guarantee efficiency, I can't even guarantee correctness!

About

Data structures written for educational reasons

License:GNU General Public License v3.0


Languages

Language:Java 100.0%