-
-
Notifications
You must be signed in to change notification settings - Fork 48.7k
Update Enhancement #13142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update Enhancement #13142
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,30 @@ Implementations are for learning purposes only. They may be less efficient than | |
|
||
📋 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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please update this git clone Command properly. |
||
cd python | ||
``` | ||
## 📖 Usage | ||
python alogorithm_name.py | ||
|
||
## 🌟Features | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should act like a table of contents. |
||
- <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! | ||
|
There was a problem hiding this comment.
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.