Skip to content

The algo book that contains various algorithms in 4 different languages

License

Notifications You must be signed in to change notification settings

DakshKK/algo-book

 
 

Repository files navigation

Contributions Welcome Repo Size License All Contributors

DEVELOPER STUDENT CLUB TIET

This is the repo for the Algo Book by Developer Student Club, TIET, Patiala, Punjab.

ALGO-BOOK

To Start
1. Clone the repository
2. npm i or yarn install
3. npm start
Scripts
  1. Dev frontend server (no SSR or api server)

    npm run dev (all axios requests are proxied to 'http:localhost:${process.env.SERVER_HOST}/api')(configured in webpack.development.js)

  2. Dev backend server (only api server)

    npm run dev:server (make sure there is a .env.dev file with server=true and SERVER_PORT set)

  3. Prod build

    npm run prod

  4. Run linter

    npm run lint

  5. Run prettier

    npm run format

  6. Start Server and Use SSR

    npm start

Contribution to the project

As a community driven project, we welcome contribution from everyone, but before you contribute please go through our Contribution Guidelines.

All feedback and suggestions are welcome!

  • 💬 Join the community on Discord

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Rishabh Jain

🎨 📖 🚧

Aryaman Grover

🎨 📖 🚧

Ujjwal Agarwal

📖 🚧 🎨

Pranav Vidyarthi

🖋 📖

Pranav Aggarwal

🖋 📖

Priyanshu Sunadia

🖋 📖

shivom chawla

🖋 📖

Rishi Kumar

🖋 📖

DakshKK

🖋 📖

Jay Parmani

🚇

akgupta-47

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

The algo book that contains various algorithms in 4 different languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 34.2%
  • C++ 27.1%
  • Java 17.6%
  • Python 14.2%
  • Nim 4.8%
  • C 0.6%
  • Other 1.5%