tonn1o / algo-addict

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 57.5%Language:JavaScript 40.1%Language:TypeScript 1.5%Language:HTML 0.9%