https://github.com/rachel-labri-tipton/data-structures-and-algorithms
Code and notes for common data structures and algorithms
https://github.com/rachel-labri-tipton/data-structures-and-algorithms
algorithm-challenges algorithms data-structures-and-algorithms
Last synced: 10 months ago
JSON representation
Code and notes for common data structures and algorithms
- Host: GitHub
- URL: https://github.com/rachel-labri-tipton/data-structures-and-algorithms
- Owner: rachel-labri-tipton
- Created: 2025-01-08T16:34:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-21T15:49:09.000Z (11 months ago)
- Last Synced: 2025-08-21T18:00:16.593Z (11 months ago)
- Topics: algorithm-challenges, algorithms, data-structures-and-algorithms
- Language: JavaScript
- Homepage:
- Size: 470 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

As a goal in 2025, I want to improve my understanding of basic computer science data structures and algorithms with daily Leetcode problem practice.
This is meant to be my own resource for studying data structures, but I'm open to others having a look and maybe also using it as a starting point for supplementary resource for personal study.
In 2024, I started working on the Leetcode 75, a series of problems that focuses on different data structures and algorithms. I'm currently trying to solve the problems in JavaScript and Python.