Some "hello world"-style data structure objects. Helps with inane tech interview questions and/or teaching computer science - whichever comes first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
366 B

7 years ago
# Hello Data Structures
A repository illustrating the use of various languages to create data structures.
Whereas this repository could potentially become a total sprawl of code, this repository intends to start simple and focus on implementing a few basic data structures in major languages:
* Arrays
* Linked lists
* Maps
* Binary trees
* Graphs
* Chess board?