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

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.

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)