Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 15, 2025

Curates AI-related LeetCode problems aligned to generative AI/LLM fundamentals (tokenization, attention windows, retrieval, sparse math).

  • New guide: docs/topics/ai-llm.md lists targeted problems by theme (tokenization, sequence alignment, attention windows, retrieval/similarity search, sparse linear algebra, graph reasoning).
  • Docs link: Added AI/LLM topic guide to the README Topic Guides.

Example snippet (from the new guide):

## Tokenization & language primitives
- [0208 - Implement Trie (Prefix Tree)](...) — prefix vocabulary construction for token lookup/autocomplete.
- [0139 - Word Break](...) — DP segmentation akin to validating token boundaries (BPE-like).
Original prompt

This section details on the original issue you should resolve

<issue_title>LeetCode AI Related Problems</issue_title>
<issue_description>Gather a list of problems in LeetCode that can be considered AI related. Update this issue with the list that has been collected.</issue_description>

<agent_instructions>Based on algorithms that are important to generative AI and LLM's, find problems on LeetCode that would be good to solve for learning AI.</agent_instructions>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 15, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Note

Free review on us!

CodeRabbit is offering free reviews until Wed Dec 17 2025 to showcase some of the refinements we've made.

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI changed the title [WIP] Collect AI related problems from LeetCode Add AI/LLM-focused LeetCode study list Dec 15, 2025
Copilot AI requested a review from pertrai1 December 15, 2025 13:28
@pertrai1 pertrai1 marked this pull request as ready for review December 15, 2025 13:30
@pertrai1 pertrai1 merged commit 6ce357d into main Dec 15, 2025
4 checks passed
@pertrai1 pertrai1 deleted the copilot/gather-ai-related-problems branch December 15, 2025 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

LeetCode AI Related Problems

2 participants