Skip to content

Some sorting algorithms implemented functionally in JS/React. Compares execution time between vanilla JS & Ramda implementation.

Notifications You must be signed in to change notification settings

thilo-behnke/react-sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web UI for evaluating sorting algorithms in JS

Evaluate different sorting algorithm implemenations, e.g. comparing Ramda and lodash. Generate a random list and see the results.

Run

npm install && npm run start

Demo

TODOS

  • add tail recursion for sorting functions
  • add web-worker for sorting

About

Some sorting algorithms implemented functionally in JS/React. Compares execution time between vanilla JS & Ramda implementation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published