/computer_science

implementation of most commons data structures and algorithms

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Computer Science data structures and algorithms

At a first moment i am going to implement everything using javascript using: nodejs, gulp, mocha and other javascript tools. Maybe later, I can implement also in other languages like C++, php, python.

implemented:

  • Stack
  • Queue
  • Binary Tree

planned:

  • LinkedList
  • DoublyLinkedList
  • CircularLinkedList
  • Map
  • Set
  • Heap
  • PriorityQueue
  • Binary Search Tree
  • AVL Tree
  • Parse Tree