A concise collection of algorithm and data structure solutions across Python, Java, and C#. Organized for easy browsing, learning, and contribution.
- Add your solution under the appropriate folder and follow the filename convention.
- Include a short problem description, the link to the original problem, and the complexity analysis in
timecomplexity.mdif relevant. - Open a PR with a clear title and description.
- If LeetCode tools report
nodenot found, check yournodepath withwhere node(Windows) orwhich node(Unix) and update your editor settings if necessary:
"leetcode.nodePath": "/path/to/your/node"- For LeetCode web authentication when required, find
_nextendpoints in the browser devtools and copy the cookie value into the tool (keep cookies private).
- LeetCode patterns: https://seanprashad.com/leetcode-patterns/
- Algo design & interview guides: https://cs.opensource.google
If you'd like, I can also add a CONTRIBUTING.md template and example problem PR to get contributions started. ✅