https://github.com/junteudjio/algorithms_in_python
A collection of algorithms and data structures i implemented while following the book: Algorithms in python, by Michael H. Goldwasser, Michael T. Goodrich, and Roberto Tamassia.
https://github.com/junteudjio/algorithms_in_python
algorithms-datastructures python pythonic
Last synced: 5 months ago
JSON representation
A collection of algorithms and data structures i implemented while following the book: Algorithms in python, by Michael H. Goldwasser, Michael T. Goodrich, and Roberto Tamassia.
- Host: GitHub
- URL: https://github.com/junteudjio/algorithms_in_python
- Owner: junteudjio
- License: mit
- Created: 2018-01-04T05:37:15.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T05:40:08.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T18:49:59.555Z (10 months ago)
- Topics: algorithms-datastructures, python, pythonic
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Synopsis
This repository is a collection of algorithms and data structures examples/exercises in Python i implemented while following the book:
- Algorithms in python, by by Michael H. Goldwasser, Michael T. Goodrich, and Roberto Tamassia.
## Motivation
Rework my computer science algorithmic skills with python in a pythonic way.
## Contributors
junior Teudjio Mbativou : https://www.linkedin.com/in/junior-teudjio-3a125b8a
## Acknowledgments
A big thank you to the authors of this book since not only they did a great job at:
- explaining the algorithmic concepts
- but also pushing the reader to implement them in a clean, modular and very pythonic way.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details