Sorting algorithms implemented in CoffeeScript.
A single page that walks through common sorting algorithms, written while preparing for technical interviews. CoffeeScript is compiled to JavaScript with Gulp.
Node.js.
npm install
npx gulpThen open index.html, or serve the folder:
python3 -m http.server| Path | Purpose |
|---|---|
index.html |
The page |
gulpfile.js |
CoffeeScript compilation |
_config.yml |
GitHub Pages configuration |
Old interview preparation, kept for reference. Not actively maintained.
No licence file. All rights reserved unless stated otherwise.