Skip to content

rishabh23rohil/leetcode-daily

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Daily Practice

Solve 2–3 problems every day and push to GitHub.

  • Language: Python 3
  • Testing: pytest
  • Structure: one folder per problem with solution.py and test_solution.py
  • Commit convention: feat(lc): <slug> - <difficulty> [tags]

How to use

  1. Create a new problem stub (example):

    python newlc.py "Two Sum" --slug two-sum --id 1 --difficulty Easy --tags array,hash-table
  2. Edit solution.py and test_solution.py.

  3. Run tests:

    pip install -r requirements.txt
    pytest -q
  4. Commit & push:

    git add .
    git commit -m "feat(lc): two-sum - Easy [array, hash-table]"
    git push origin main

Track streak in this table (update automatically by committing daily):

Date Count Notes
2025‑10‑05 6 blind 75

About

LeetCode daily streak tracker with tests and GitHub Actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages