Giter Club home page Giter Club logo

algorithms's Introduction

Algorithms

All Contributors

About the Project

This repository contains some of the most intriguing and awesome algorithms of daily life implemented in languages primarily in C/C++/Java/Python.

Project Details

The entire project is divided into 4 parts

  • Competitive Coding Algorithms and Data Structures
  • Security Algorithms
  • Machine Learning Algorithms
  • Statistical / Mathematical Algorithms

General

The summary file is used by mdBook to know what chapters to include, in what order they should appear, what their hierarchy is and where the source files are. Without this file, there is no book.

Even though SUMMARY.md is a markdown file, the formatting is very strict to allow for easy parsing. Let's look at how to edit SUMMARY.md.

# Summary

- [Introduction](./introduction.md)

Now you want to add a topic Topic 1. And it will have some subtopics Sub-Topic1 and Sub-Topic2.

# Summary

- [Introduction](./introduction.md)
- [Topic 1](./relative/path/to/Topic-1.md)
  - [Sub Topic 1](./relative/path/to/sub-topic1.md)
  - [Sub Topic 2](./relative/path/to/sub-topic2.md)

It is advised to maintain the same folder structure for the markdown files as well. So the Topic-1 folders will have a structure like:

src
├── introduction.md
├── SUMMARY.md
└── Topic-1
    ├── Sub-Topic-1
    │   ├── sub-topic-1.md
    │   └── sub-topic-2.md
    └── Topic-1.md

Also you need to follow proper markdown syntax for your contribution to be considered. You can refer to this guide.

Contribution Guidelines

Please refer here for our contributing guidelines.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Arnab Sen

🚧

Anik Das

🚧

Rahul Halder

🚧

Dwaipayan Ray

🚧

souvikmahato-sm

📖

Prerna Gupta

📖

Manish Kundu

📖

Anirban Sikder

📖

Sanjana Chakravarty

📖

Ahel Das Chatterjee

📖

Yukti-1

📖

Siddhant Khare

📖

Abhiroop25902

📖

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

algorithms's People

Contributors

abhiroop25902 avatar abhisheknalla avatar adilmah avatar ahel2000 avatar allcontributors[bot] avatar anirbansikder avatar ankitr19 avatar arkadyuti30 avatar arnabsen1729 avatar ashmita-de avatar atisayajain avatar iammanish17 avatar imvivekgupta avatar indrarahul avatar jatin86400 avatar manognamutyala avatar mitali004 avatar nandikeshsingh avatar nitishtw avatar posi2 avatar prateekiiest avatar priyangshuyogi avatar rahulkumaran avatar sadn1ck avatar sanjana00 avatar sgrg24 avatar souvikmahato-sm avatar vyankatesh24 avatar yukti-1 avatar zanark avatar

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.