Skip to content

feat(leetcode): add tries, segment tree, and fenwick tree roadmaps#10101

Open
royalknight71 wants to merge 1 commit into
nilbuild:masterfrom
royalknight71:master
Open

feat(leetcode): add tries, segment tree, and fenwick tree roadmaps#10101
royalknight71 wants to merge 1 commit into
nilbuild:masterfrom
royalknight71:master

Conversation

@royalknight71

Copy link
Copy Markdown

Description

As requested in issue #9902, this PR significantly expands the LeetCode/Competitive Programming roadmap by adding modular nodes and comprehensive educational learning resources for advanced data structures.

Changes Made

  • Added a roadmap node for Tries (Prefix Trees) including core theory and Striver's A2Z implementation links.
  • Added a roadmap node for Segment Trees detailing range queries and lazy propagation mechanisms.
  • Added a roadmap node for Fenwick Trees (Binary Indexed Trees) highlighting bitwise operations for prefix calculations.

Closes #9902

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.

Enhancing LeetCode Roadmap for Competitive Programming Depth

1 participant