Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 608 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 608 Bytes

Algorithms

Description

This project has multiple data search algorithms, Big O Notation, Dynamic programming and recursion.

Technologies

  • Vanilla JS

Algorithms/Samples

  • Binary Tree
  • Traversing a Binary Search Tree
    1. InOrder
    2. PreOrder
    3. PostOrder
  • Searching for the Minimum and Maximum Value
  • Big O Notations
  • Dynamic Programming
  • Recursion
  • Binary Search

Getting Started

Installing

PM> yarn install

Executing program

PM> yarn dev

Authors

Contributors names and contact info

Edson Catugy
@catugy