/Data-Structures

Linked Lists, Trees, Tries, Graphs, Stacks, Queues, Heaps, ArrayLists, and Hash Tables.

Primary LanguagePython

Data-Structures

Linked Lists, Trees, Tries, Graphs, Stacks, Queues, Heaps, ArrayLists, and Hash Tables.

The following project will have implementations of these following data-structures for future reference:

  • Linked List
  • Binary Search Tree
  • Graph
  • Tries
  • Stack
  • Queue
  • Heap
  • ArrayList
  • Hash Table

The project will be done in a mix of Python and Java, and C.