coder-tim / algo-dom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlgoDOM.js

About

As a Computer Science student, having deep knowledge in Algorithms and Data Structures is crucial because it helps you pass technical interviews and land jobs.

In order to understand a new data structure or algorithm, it is important to visualize the steps.

I created AlgoDOM.js so that instructors and students can use JavaScript to seamlessly generate static diagrams and animations to convey various data structures and algorithms.

Live Demo: https://algo-dom-js.herokuapp.com/index.html

Get Started

  1. Download the code from this repository

  2. In your web application's .html file, include algodom.js using the following tag:

<script type="text/javascript" src='algodom.js'></script>

Third party libraries used for the website

  • Twitter Bootstrap (Used for the top navigation bar)

  • Prism JS (Used for code syntax highlighting on the 'examples' page)

  • My website's documentaton page structure is inspired by Mozilla's JavaScript documentation and Microsoft's C# documentation.

About


Languages

Language:JavaScript 54.5%Language:HTML 34.7%Language:CSS 10.8%Language:Procfile 0.0%