Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/syd-strzempko/practice-problems
- Owner: syd-strzempko
- Created: 2024-07-13T18:49:44.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-13T19:13:09.000Z (6 months ago)
- Last Synced: 2024-11-10T11:40:33.590Z (2 months ago)
- Topics: algorithms, data-structures, leetcode
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)