Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,30 @@ Implementations are for learning purposes only. They may be less efficient than

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep the old code and the short links attached section as it is.
Refer to the image for more clarity.
image

📋 Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.

## 📃Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Features](#features)
- [License](#license)

## 🧑‍💻 Installation
```bash
git clone https://github.com/username/Python

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update this git clone Command properly.
It should be git clone https://github.com/TheAlgorithms/Python.git

cd python
```
## 📖 Usage
python alogorithm_name.py

## 🌟Features

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should act like a table of contents.
it means it should mention the list of main types of algorithms in the repo.

- <a href="https://github.com/TheAlgorithms/Algorithms-Explanation/tree/master/en/Searching">Searching Algorithm</a>

- <a href="https://github.com/TheAlgorithms/Algorithms-Explanation/tree/master/en/Sorting">Sorting Algorithm</a>

- <a href="https://github.com/TheAlgorithms/Algorithms-Explanation/tree/master/en/Data%20Structures">Data Structures</a>

## ⚖️license Section
MIT License - see [License File](LICENSE.md) for details.

## 🌐 Community Channels

We are on [Discord](https://the-algorithms.com/discord) and [Gitter](https://gitter.im/TheAlgorithms/community)! Community channels are a great way for you to ask questions and get help. Please join us!
Expand Down