Settings

Theme

Node.js Algorithm Modules

github.com

49 points by tejas-manohar 11 years ago · 7 comments

Reader

thomasfoster96 11 years ago

The built in sorting algorithm (apparently it's mergesort in most browsers) in most implementations of JavaScript is often a little bit slow, so more sorting algorithms that people have implemented is a good thing. (I actually implemented Quicksort in Javascript and got about 5x better performance than Chrome's sort algorithm)

jonalmeida 11 years ago

I've found algorithms.js to be a nice collection: https://github.com/felipernb/algorithms.js

talles 11 years ago

No graph algorithms yet..? That's odd.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection