Skip to content

bchaitanya92/DSA_in_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 The Algorithms – Python


📖 Overview

A collection of Python implementations of popular algorithms and data structures – built for learning, practice, and educational purposes.

⚡ These implementations prioritize clarity over optimization (may be less efficient than standard library equivalents).


🤝 Contribution

Want to contribute? Please read our Contribution Guidelines before submitting pull requests.


📚 Algorithms Collection

🔹 For the complete list, check the Directory.
Here’s a quick selection of popular ones:

🔢 Sorting

🔍 Searching

🏗️ Data Structures

➗ Mathematics

🤖 Machine Learning

🧩 Dynamic Programming

🎯 Backtracking


⚡ Getting Started

# Clone the repository
git clone https://github.com/TheAlgorithms/Python.git

# Navigate into the folder
cd Python

# Install dependencies
pip install -r requirements.txt

# Run an algorithm
python sorts/bubble_sort.py


## Getting Started

1. Clone the repository
2. Install the dependencies using `pip install -r requirements.txt`
3. Run the algorithms directly or import them in your code

## 👨‍💻 Author & Credits

Developed by:  
**B. Chaitanya**  
Data Science & Machine Learning Enthusiast

- GitHub: [bchaitanya92](https://github.com/bchaitanya92)
- LinkedIn: [BOURISETTI CHAITANYA](https://www.linkedin.com/in/b-chaitanya/)

Feel free to explore, modify, and experiment with the code for your learning and projects.  
Contributions and feedback are always welcome. Happy Coding! 🎉

---

## License

This project is licensed under the terms of the MIT license. See [LICENSE](LICENSE.md) for more details.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages