Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.17 KB

File metadata and controls

34 lines (20 loc) · 1.17 KB

Algorithm Practice Repo ✅

A concise collection of algorithm and data structure solutions across Python, Java, and C#. Organized for easy browsing, learning, and contribution.


Contributing ✨

  • 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.md if relevant.
  • Open a PR with a clear title and description.

Tips & Known Issues ⚠️

  • If LeetCode tools report node not found, check your node path with where node (Windows) or which node (Unix) and update your editor settings if necessary:
"leetcode.nodePath": "/path/to/your/node"
  • For LeetCode web authentication when required, find _next endpoints in the browser devtools and copy the cookie value into the tool (keep cookies private).

Resources 📚


If you'd like, I can also add a CONTRIBUTING.md template and example problem PR to get contributions started. ✅