https://github.com/eftekin/pythorithm
🐍 This repository documents my journey of learning data structures and algorithms with Python, using resources like Codecademy's course and the book 'Introduction to Algorithms'.
https://github.com/eftekin/pythorithm
Last synced: 10 months ago
JSON representation
🐍 This repository documents my journey of learning data structures and algorithms with Python, using resources like Codecademy's course and the book 'Introduction to Algorithms'.
- Host: GitHub
- URL: https://github.com/eftekin/pythorithm
- Owner: eftekin
- License: mit
- Created: 2024-04-25T19:25:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T23:47:44.000Z (about 2 years ago)
- Last Synced: 2024-05-28T08:58:24.499Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pythorithm 🐍
**Pythorithm** is a Python-based repository documenting my journey of learning **data structures** and **algorithms** through hands-on coding and problem-solving challenges.
## 📚 Contents
1. **Data Structures**
Implementation of arrays, linked lists, stacks, queues, and trees.
2. **Algorithms**
Python implementations of sorting, searching, recursion, and graph algorithms.
3. **Challenges**
Problem-solving exercises and their solutions.
4. **Notes**
Concise learning summaries and resource references.
## 🤝 Contributions
Contributions are welcome! Feel free to submit issues or pull requests to help improve this repository.