Skip to content

JangoBoogaloo/LeetCodeExcercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCodeExcercise

How to use this repo

Most of the solutions are implemented in Python (Python 3). Suggest open it with PyCharm.

  • Each pull request should represent a leetcode question. It provides description/label/hint/solution.
  • Each issue is a summary of a concept and provide hints and common tricks of this concept.
  • Select its label you can find all the relevent questions for that issue.

This repo is designed to practice leetcode questions base on topics.

For example if you are not familiar with backtrack. You can filter by backtrack label pull requests to find questions of this topic.

TODO

Support more languages - ETA in 2025

It's always an interesting topic to see how an algorithm/solution can be implemented in a different language. Sometimes an elegant/efficent algorithm in one language can be difficult or even impossible to implement in another language. For practice purpose using Python is very efficient, but implementing them in other languages (Java, C++, or even Rust) is definitely a good next TODO.

Test Case

While writing test cases will be a great practice and make the repo self-contained, it's not very efficient for 1st time leetcode practice. Again I will come back making test cases in my review time.

ETA in 2025

Resource & Inspiration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages