Coder Social home page Coder Social logo

dragonman164 / algorithm-book Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 4.0 684 KB

A Web App That Contains various codes for Data Structures and Algorithms

License: MIT License

Python 7.17% C++ 0.46% CSS 3.21% JavaScript 82.35% HTML 6.82%
html css js data-structures algorithms django

algorithm-book's Introduction

Welcome to Algo Book

Algo Book is a web app made by developers to master your Data Structures and Algorithms so that you can crack major coding interviews and master competitive coding. We will provide codes for all sorts of algorithms and data structures that are asked in interviews. These codes are verified by our experts.

Excited ? Let's go on ๐Ÿ˜„

Features

  1. This Web App has a built-in Compiler for the languages supported to show the code output.(Currently, it only supports python)
  2. It has a syntax highlighter for the languages supported.

Languages that we use


cplusplus python c



Are you a Contributor?

Hey there, if you find that there is any sort of algorithm or data structure that has not been covered here then this section is for you. Even if you wish to contribute in any particular programming language which is not present here, then feel free to do so.

Steps to be followed while contributing

  1. If you have proposed a new algorithm/data-structure which is not present in this repository then you are supposed to make a new directory inside Codes folder with the name of the algorithm.
  2. All sorts of code files should be present inside the codes folder.
  3. Please try to provide a README.md file which should contain a brief explanation of the algorithm. (Try to provide pictures if possible)
  4. If you are done, create a PR for this branch. It will be reviewed by me before adding it to the website.



Preview of App





Installation and Usage

  1. Install Python Interpreter from their official website.
  2. Install required dependencies using requirements.txt as follows:
# Install Required Dependencies
pip install < requirements.txt
  1. To run the website, use the following commands:
# Make Desired Migrations
python manage.py makemigrations
python manage.py migrate
# Start Website 
python manage.py runserver

Any Doubts?

Feel free to Contact me ๐Ÿ˜ƒ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.