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

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.

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