https://github.com/popyson1648/learn-algorithm-with-leetcode
78 LeetCode problems mapped to CS2023 Algorithmic Foundations topics and Skiena's The Algorithm Design Manual. A single-page study guide with search and difficulty filter.
https://github.com/popyson1648/learn-algorithm-with-leetcode
algorithms computer-science data-structures leetcode study-guide
Last synced: about 6 hours ago
JSON representation
78 LeetCode problems mapped to CS2023 Algorithmic Foundations topics and Skiena's The Algorithm Design Manual. A single-page study guide with search and difficulty filter.
- Host: GitHub
- URL: https://github.com/popyson1648/learn-algorithm-with-leetcode
- Owner: popyson1648
- License: mit
- Created: 2026-06-08T09:24:00.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-08T09:32:57.000Z (about 1 month ago)
- Last Synced: 2026-06-08T11:22:59.264Z (about 1 month ago)
- Topics: algorithms, computer-science, data-structures, leetcode, study-guide
- Language: HTML
- Homepage: https://learn-algorithm-with-leetcode.vercel.app
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learn Algorithms with LeetCode
A study guide that maps **78 LeetCode problems** to the topics of the
[CS2023](https://csed.acm.org/) *Algorithmic Foundations (AL)* knowledge area
and the chapters of Steven Skiena's *The Algorithm Design Manual* (3rd ed).
**Live:** https://learn-algorithms-with-leetcode.popyson.com
## Features
- 78 problems grouped into 14 algorithm topics
- Each topic linked to its CS2023 AL area and Skiena chapter
- Client-side keyword search with synonym matching
- Difficulty filter (Easy / Medium / Hard)
- Single self-contained `index.html`, no build step
## Usage
Open `index.html` in a browser, or visit the live site above.
## License
[MIT](LICENSE)