A professional-grade LeetCode practice repository built with real engineering discipline — multi-language solutions (C++ and Python), unit tests, automated CI/CD workflows, linting, and documentation.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
17
commits
Refactor: Reorganize project to advanced senior-level structure
85fe5c5View on GitHubSolve: Problem #3 - Longest Substring Without Repeating Characters
93114c7View on GitHubFix: Format C++ assert statements to satisfy clang-format
95b4357View on GitHubFix: Rewrite GitLab CI with separate Python version jobs
868d448View on GitHubAdd GitLab CI/CD configuration and update documentation
5043cafView on GitHubFix: Make Python cache cleaning and test execution Windows-compatible
91410b6View on GitHubImprove: Use importlib mode and fallback for pytest test discovery
b1b376cView on GitHubFix: Resolve pytest import conflicts for test files with same name
ede5c59View on GitHubFix: Change main() docstring to imperative mood for flake8 compliance
7a4625aView on GitHubFix: Resolve signed/unsigned comparison warning in Two Sum C++ solution
5cb69baView on GitHubRefactor: Enterprise-grade repository structure and add problem #2
56f2413View on GitHub