Skip to content

paulocanedo/computer_science

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

implementation of most commons data structures and algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published