Revision 02ddcc4cc47944573f753d4fb322255940148e13 authored by Eugenio Angriman on 06 July 2020, 00:30:11 UTC, committed by Eugenio Angriman on 17 December 2020, 14:57:39 UTC
WeaklyConnectedComponents uses the same algorithm as
ConnectedComponents, but it is re-implemented in a different file. In
this commit the two algorithms share the same implementation using
pImpl.
1 parent 74205d4
History
File Mode Size
benchmark
docs
extlibs
extrafiles
include
input
networkit
notebooks
output
scripts
.clang-format -rw-r--r-- 3.2 KB
.clang-tidy -rw-r--r-- 3.3 KB
.gitignore -rw-r--r-- 1.1 KB
.gitmodules -rw-r--r-- 188 bytes
.travis.yml -rw-r--r-- 10.4 KB
CHANGES.md -rw-r--r-- 1.1 KB
CMakeLists.txt -rw-r--r-- 22.7 KB
CONTRIBUTING.md -rw-r--r-- 3.5 KB
License.txt -rw-r--r-- 1.1 KB
MANIFEST.in -rw-r--r-- 141 bytes
README.md -rw-r--r-- 9.9 KB
appveyor.yml -rw-r--r-- 692 bytes
check_code.sh -rwxr-xr-x 601 bytes
networkit.pc -rw-r--r-- 342 bytes
requirements.txt -rw-r--r-- 60 bytes
setup.py -rw-r--r-- 10.6 KB
version.py -rw-r--r-- 2.0 KB

README.md

back to top