Skip to content

A list of algorithm problems I have been solving. I am using multiple programming languages to solve this problem from JavaScript, Dart, Java, C#, and mostly Python (my another favorite language after JavaScript)

Notifications You must be signed in to change notification settings

EdenGoforIt/Algorithm-CSharp-Java-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

140 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. ✅

About

A list of algorithm problems I have been solving. I am using multiple programming languages to solve this problem from JavaScript, Dart, Java, C#, and mostly Python (my another favorite language after JavaScript)

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages