Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.33 KB

readme.md

File metadata and controls

21 lines (16 loc) · 1.33 KB

Data structures and algorithms in Python

This repository contains my implementations of various data structures and algorithms in Python from the book Data Structures and Algorithms in Python by Michael T. Goodrich, Roberto Tamassia, and Michael H. Goldwasser.

It is intended to be a learning resource for myself and others, and as such, the implementations are not necessarily the most efficient or Pythonic. I have also included some of the exercises from the book.

Contents

You can find following data structures and algorithms in this repository: