Skip to content

Conversation

@mathusanm6
Copy link
Owner

  • New project structure
  • New Makefile (feature-rich)
  • Better CI tests (google test for Cpp for e.g)

be organized in the following structure (example for "two_sum" problem):
.
├── Makefile
├── README.md
├── common
│   └── enumerate.h
├── problems
│   └── two_sum
│       ├── two_sum.cc
│       ├── two_sum.h
│       ├── two_sum.py
│       ├── two_sum_test.cc
│       └── two_sum_test.py
└── requirements.txt
@mathusanm6 mathusanm6 self-assigned this Aug 28, 2025
@mathusanm6 mathusanm6 changed the title Improved Leetcode Project feat: improve project overall Aug 28, 2025
@mathusanm6 mathusanm6 merged commit 4a4282e into main Aug 28, 2025
2 checks passed
@mathusanm6 mathusanm6 deleted the improve-folder-structure branch August 28, 2025 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants