/cool-algos

A repostiory for algorithms written in several langauges

Primary LanguageGoGNU General Public License v3.0GPL-3.0

cool-algos

A repostiory for algorithm implementations in several langauges

Javascript

You can test Javascript algos with node. You can change input array inside xxx.test.js files and have fun with algos

e.g.

  • move your terminal inside insertion-sort folder
  • type in terminal -> node ./insertion-sort.test.js