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

https://github.com/dmccrthy/data-structure-notes

My notes and example code for Data Structures and Algorithms
https://github.com/dmccrthy/data-structure-notes

Last synced: 4 months ago
JSON representation

My notes and example code for Data Structures and Algorithms

Awesome Lists containing this project

README

          

# Data Structure and Algorithms

This repo consists of various notes and practice problems covering DSA topics. This is all a work in progress and will change overtime. Generally speaking this repo can be broken down as follows:

- **\docs** - Contains my notes for various DSA topics
- **\problems** - Solutions to various practice problems (sourced from different platforms like leetcode, and others)
- **\\(lang)** - A bunch of diffent language specific implementations lol.