-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Branch from Master #267
Conversation
* implement topological sort based on dfs * add benchmark for topological sort * add basic test for topological sort Co-authored-by: suncanghuai <[email protected]>
This PR removes an additional space character between link text and link URL, which caused faulty formatting of the README.md file.
…249) * implement WeightBalancedLibra algorithm based on paper pseudocode * add weight-related apis for class CoordinatedPartitionState * adjust set operations of class CoordinatedRecord * append a testcase in PartitionTest.cpp for WB-Libra Co-authored-by: suncanghuai <[email protected]>
…250) Co-authored-by: codesee-maps[bot] <86324825+codesee-maps[bot]@users.noreply.github.com>
* add testcases for multi-thread bfs(in BFSTest.cpp) * add benchmark for multi-thread bfs(in BFS_BM.cpp) Co-authored-by: suncanghuai <[email protected]>
* first implementation and tests * add docs and minor changes * minor change * minor change
* Update README for best first search algorithm * minor change * minor change * minor review changes
* custom return type for kosaraju() * Tests for Kosaraju's algorithm * fixed minor issues * fixed merge issue
Signed-off-by: GitHub <[email protected]>
Signed-off-by: GitHub <[email protected]>
Fix #263 Signed-off-by: GitHub <[email protected]>
Signed-off-by: GitHub <[email protected]>
Signed-off-by: GitHub <[email protected]>
You have successfully added a new CodeQL configuration |
Signed-off-by: GitHub <[email protected]>
Parallel compilation
parallel compilation
parallel compilation
parallel compilation
remove useless steps: - manually installed google test and benchmark
Added Super-Linter
with clang-format with syle "Google" Signed-off-by: GitHub <[email protected]>
You have successfully added a new CodeQL configuration |
You have successfully added a new Eslint (reported by Codacy) configuration |
You have successfully added a new Remark-lint (reported by Codacy) configuration |
You have successfully added a new Shellcheck (reported by Codacy) configuration |
You have successfully added a new Jacksonlinter (reported by Codacy) configuration |
No description provided.