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.
 
 
 
 
 
Charles Reid 9dda245e67 Merge branch 'master' of git.charlesreid1.com:charlesreid1/hello-data-structures 7 years ago
c Update 'c/README.md' 7 years ago
go Adding binary tree in Go 7 years ago
java Fixing traveling salesperson solution for clarity. 7 years ago
perl fixing loop structure and adding more comments to Perl linked list implementations. 7 years ago
python add deque example in Python 7 years ago
.gitignore python and java gitignore. 7 years ago
LICENSE Initial commit 7 years ago
README.md updating readme. 7 years ago

README.md

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?