/algo-addict

In the repo I'm simply gonna post some solve algorithmic problems

Primary LanguagePython

algo-addict

The repo is created to store problem solutions from the LeetCode and keep track of them.

LeetCode Stats

File names structure

difficulty {
  e = "easy"
  m = "medium"
  h = "hard"
}

"<problem-name>_<difficulty>_<problem-id>.*"

Example: contains-duplicate_e_217.py

Links

Stats
Useful Links
Core