An open API service indexing awesome lists of open source software.

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'.

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.