Skip to content

Commit 2572ead

Browse files
committed
Update for Enhancement
1 parent a71618f commit 2572ead

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,30 @@ Implementations are for learning purposes only. They may be less efficient than
4343

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

46+
## 📃Table of Contents
47+
- [Installation](#installation)
48+
- [Usage](#usage)
49+
- [Features](#features)
50+
- [License](#license)
51+
52+
## 🧑‍💻 Installation
53+
```bash
54+
git clone https://github.com/username/Python
55+
cd python
56+
```
57+
## 📖 Usage
58+
python alogorithm_name.py
59+
60+
## 🌟Features
61+
- <a href="https://github.com/TheAlgorithms/Algorithms-Explanation/tree/master/en/Searching">Searching Algorithm</a>
62+
63+
- <a href="https://github.com/TheAlgorithms/Algorithms-Explanation/tree/master/en/Sorting">Sorting Algorithm</a>
64+
65+
- <a href="https://github.com/TheAlgorithms/Algorithms-Explanation/tree/master/en/Data%20Structures">Data Structures</a>
66+
67+
## ⚖️license Section
68+
MIT License - see [License File](LICENSE.md) for details.
69+
4670
## 🌐 Community Channels
4771

4872
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!

0 commit comments

Comments
 (0)