Skip to content

Conversation

@shubhojeet2107
Copy link
Contributor

Hey there!

I'm a big fan of this project and wanted to contribute some resources that I think will really help beginners.

When I was learning DSA, I found that connecting the core theory to actual interview problems was the hardest part. My goal with this pull request is to help bridge that gap.

Here’s a breakdown of what I added:

Some Deep-Dive Guides 📄
First, I wrote up a few detailed but easy-to-follow text guides on some of the trickier concepts. I tried to explain them simply, covering not just the "what" but the "how" and "why."

A full breakdown of Recursion (from base cases to the call stack).

A guide to BFS, explaining the level-by-level approach.

A guide to DFS, covering Pre-order, In-order, and Post-order traversals.

Top Interview Questions 💻
Then, to make the theory more practical, I added solutions for a bunch of the most common LeetCode questions that people actually see in interviews. This includes:

About 10 essential Linked List problems that cover all the key patterns (reversal, cycle detection, etc.).

Classic tree problems that test both BFS and DFS logic.

A popular and important question for Stacks (Valid Parentheses).

I really hope this helps other learners get interview-ready faster! Let me know if there are any changes you'd like me to make.

Thanks for the great project!

@abhishektripathi66 abhishektripathi66 merged commit 393eef6 into abhishektripathi66:master Oct 10, 2025
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.

2 participants