hackbansu / cool-algos

A repostiory for algorithms written in several langauges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A repostiory for algorithms written in several langauges

License:GNU General Public License v3.0


Languages

Language:Go 46.8%Language:JavaScript 37.3%Language:Java 15.9%