Conversation
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
finish pure-eight-queen problem Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
and update compiler to gcc11 Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
…ubmit Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Leetcode direct submit
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
This PR implements version 0.12.0 with significant infrastructure changes including upgrading the default compilation environment to Ubuntu 24.04, GCC 13, and Catch2-3.10.0. The primary change is a major refactoring from a static function-based approach to a class-based Solution pattern for LeetCode algorithm implementations.
Key changes:
- Refactored all LeetCode implementations from static functions in structs to Solution classes
- Converted test header files (.hpp) to test implementation files (.cpp)
- Updated include guard naming convention from CS203_DSAA_TEMPLATE to ALGORITHM_TEMPLATE
- Updated copyright headers to SPDX format with 2022-2025 date ranges
Reviewed Changes
Copilot reviewed 277 out of 1177 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| algorithm/array/leetcode_*_test.cpp | Converted from .hpp to .cpp files with Solution class instantiation |
| algorithm/array/leetcode_*.cpp | Refactored from static struct functions to Solution class methods |
| Various deleted .hpp files | Removed old header-based test files in favor of .cpp implementation |
Files not reviewed (22)
- .idea/.gitattributes: Language not supported
- .idea/.gitignore: Language not supported
- .idea/codeStyles/.gitignore: Language not supported
- .idea/codeStyles/Project.xml: Language not supported
- .idea/codeStyles/codeStyleConfig.xml: Language not supported
- .idea/encodings.xml: Language not supported
- .idea/fileTemplates/includes/.gitignore: Language not supported
- .idea/fileTemplates/includes/FILE_HEAD_CPP.h: Language not supported
- .idea/fileTemplates/includes/FILE_HEAD_PY.py: Language not supported
- .idea/fileTemplates/includes/LICENSE_AGPL_CPP.h: Language not supported
- .idea/fileTemplates/includes/LICENSE_AGPL_PY.py: Language not supported
- .idea/fileTemplates/internal/.gitignore: Language not supported
- .idea/fileTemplates/internal/C Header File.h: Language not supported
- .idea/fileTemplates/internal/C Source File.c: Language not supported
- .idea/fileTemplates/internal/C++ Class Header.h: Language not supported
- .idea/fileTemplates/internal/C++ Class.cc: Language not supported
- .idea/fileTemplates/internal/Python Script.py: Language not supported
- .idea/fileTemplates/internal/Python Unit Test.py: Language not supported
- .idea/fileTemplates/j2ee/.gitignore: Language not supported
- .idea/fileTemplates/j2ee/cpp.executable.CMakeLists.txt: Language not supported
- .idea/fileTemplates/j2ee/cpp.library.CMakeLists.txt: Language not supported
- .idea/inspectionProfiles/Project_Default.xml: Language not supported
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
部分描述见 #36 , 升级默认编译环境到 ubuntu24.04, gcc13, catch2-3.10.0