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

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.

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