https://github.com/kkufieta/algorithms
This is a collection of material and exercises I worked through on my journey to master data structures and algorithms.
https://github.com/kkufieta/algorithms
algorithms data-structures python3
Last synced: about 1 year ago
JSON representation
This is a collection of material and exercises I worked through on my journey to master data structures and algorithms.
- Host: GitHub
- URL: https://github.com/kkufieta/algorithms
- Owner: kkufieta
- Created: 2020-04-30T20:55:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T17:30:03.000Z (over 5 years ago)
- Last Synced: 2025-01-17T20:03:03.580Z (about 1 year ago)
- Topics: algorithms, data-structures, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 8.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures & Algorithms
This repo is a collection of code snippets I worked through while studying Data Structures & Algorithms.
The resources I am using are varied, but include most prominently:
1. Cracking the Coding Interview
2. Data Structures & Algorithms Nanodegree at Udacity
3. Coursera: Algorithms at Princeton University
4. Daily Coding Problem
5. Coding Interview Patterns on Educative
6. Python 3 on Educative