Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/syd-strzempko/practice-problems

python implementations of common algorithms, data structures, & coding problems
https://github.com/syd-strzempko/practice-problems

algorithms data-structures leetcode

Last synced: 3 days ago
JSON representation

python implementations of common algorithms, data structures, & coding problems

Awesome Lists containing this project

README

        

# Python Coding Practice

## Description

I wanted to brush up on python and data structures & algorithms and decided to write some practice code as a means of keeping my hand in while reviewing my school notes & supplementary online material.

A lot of these implementations are common solutions online & I do not claim full ownership of any of this code, in notes I may have indicated if I copied over from other authors but because this was for the purposes of learning only I cannot guarantee proper citation in every instance.

I just figured it would be nice to have a compiled set of some of the practice work I did on GH in the event that I somehow lose them locally.

## References Used

- Personal notes from Tufts [CS-160](https://www.eecs.tufts.edu/~aloupis/comp160/summer/resources.html)
- [Geeks for Geeks](https://www.geeksforgeeks.org/)
- [LeetCode](https://leetcode.com/)
- [Big O Cheat Sheet](www.bigocheatsheet.com)