Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
145 views

Six different, concise (and hopefuly readable), sorting algorithms using ES6+ idioms, with some basic unit testing

I'm practicing js, unit testing, and algorithms, so implementing some of the common sorting algorithms and doing some basic unit testing on them seemed like a good exercise. I'm also trying to use ...
NPN328's user avatar
  • 771
6 votes
1 answer
715 views

Shuntyard Javascript Calculator with unit tests

I have been writing a javascript calculator for about a few weeks. It uses a shuntyard algorithm to do order of operations. Some unit tests I have not finished yet and there is some functionality ...
Vincent Tang's user avatar