romulobordezani / grokking-algorithms-javascript

All of the algorithms in Aditya Y. Bhargava's 'Grokking Algorithms' written in Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grokking Algorithms in Javascript

A repo with all the algorithms in Aditya Bhargava's 'Grokking Alogrithms' that I've write in Javascript and any other practice I've done with them, 3/3/2018.

By William Kulha

Description

I learned a lot about front end web design using learn how to program (Epicodus' curriculum available to everyone for free 😊), but I wanted to learn more about data structures and algorithms. A little googling told me Aditya Bhargava's book was the place to start. This is the repo where I'll push all of the book's algorithms that I write in Javscript as I work through them.

Setup/Installation Requirements

  • If you only need a little snippet of code from this repo, just look through the raws and copy and paste what you need.
  • But if you want the whole thing...
  • Open the console on your machine and enter these commands (without adding an extra dollar sign):
  • $cd desktop
  • $git clone https://github.com/WilliamKulha/grokking-algorithms-javascript.git
  • Open up the new shiny folder on your desktop and enjoy looking through all the files in this repo.

Known Bugs

This is a collection of algorithms and, as written, there are no bugs. There might be some problems if they're implemented, but that might be a bug for the implementation rather than this source code.

Planned Updates

Some sort of SPA that lets users interact with the different algorithms and see either how they work, why they're better than alternatives, and or what cases they're best used in.

Support and contact details

That doesn't mean I'm not interested in helping you solve problems that might come up using this bits of code! If you have any problems, drop me a line at kulha.william@gmail.com, and we'll see what we can do to get everything straightened out!

Technologies Used

Vanilla Javascript

License

MIT License

Copyright (c) 2019 William Kulha

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

All of the algorithms in Aditya Y. Bhargava's 'Grokking Algorithms' written in Javascript


Languages

Language:JavaScript 100.0%