schneiderl/ztoh

lets document: data structures

schneiderl opened this issue · 0 comments

Let's start by documenting in a simple way how the main data structures needed for understanding and completing the Leetcode questions work:

  • Array
  • Hash-tables
  • Linked Lists
  • Stacks
  • Queues
  • Binary Trees
  • Matrixes

The above will be documented first.
Further work will be necessary to document Graphs, Heaps, and Binary search threes