Skip to content

RinatMullayanov/js-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of algorithms based on the books:

Sorting algorithms:

  1. Insertion sort.
  2. Merge sort.

Search:

  1. Symbol table implementation with unordered array.

Fibonacci:

  1. Not a recursive algorithm for computing the Fibonacci numbers.
  2. Recursive memoized algorithm for computing the Fibonacci numbers.

Usage

You must have installed Node.js, version >= 6.2.0.

Need to start usage:

Install all required dependencies:

npm install

Build javascript files from typescript:

npm run tsc

About

Implementation of algorithms based on the books: Introduction to Algorithms, third edition. http://mitpress.mit.edu/books/introduction-algorithms and Algorithms, 4th Edition http://algs4.cs.princeton.edu/home/

Resources

Stars

Watchers

Forks

Packages

No packages published