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
- Host: GitHub
- URL: https://github.com/dmccrthy/data-structure-notes
- Owner: dmccrthy
- Created: 2024-12-06T14:56:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T17:52:29.000Z (over 1 year ago)
- Last Synced: 2025-10-23T21:36:07.998Z (8 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.