Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 590 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 590 Bytes

node_data_structure

alt tag ##Data Structures and algorithms in node.js

Data structure Algorithms and Programming problems in node.js in no particular order.

##Data Structure

  • Tree
  • Queue

##Algorithms

  • DFS
    • Inorder Traversal
    • Preorder Traversal
    • Postorder Traversal
  • BFS
    • Level Order Traversal

##Problems

  • Binary Tree is a Binary Search Tree or not
  • Find Minimum cost of path from 0,0 to m,n in a cost matrix

##Contributions To Contribute add your name twitter and email to contributors.txt