summaryrefslogtreecommitdiff
path: root/doc/reference/algorithms
Commit message (Expand)AuthorAgeFilesLines
...
* added new Link Prediction algorithm (CCPA) (#4028)Shashi Tripathi2020-07-101-0/+1
* ENH: Add new graph_hashing featureCarlos G. Oliver2020-07-072-0/+10
* Add algorithms for regular graphs (#3925)Camden Cheek2020-06-252-0/+12
* add d-separation algorithm (#3974)arunwise2020-06-052-0/+10
* Trophic Levels #3736 (#3804)Tom Russell2020-02-031-0/+7
* Lukes algorithm implementation (#3666)Federico Rosato2019-10-291-0/+8
* Update release notesJarrod Millman2019-10-121-5/+0
* Fix sphinx errors And add links to single_source_dijkstra in docs for dijkstr...Dan Schult2019-10-073-13/+7
* Implemented Euler Path functions (#3399)Jacob2019-10-012-1/+4
* Global efficiency attempt to speed up (#3604)Dan Schult2019-09-281-1/+1
* Fix Sphinx warningsJarrod Millman2019-09-161-1/+1
* Add missing link to asteroidal docsJarrod Millman2019-09-161-0/+1
* Fix wrong title (#3566)Salim BELHADDAD2019-09-031-3/+3
* Fix a few documentation issues for the bipartite algorithm reference (#3555)Søren Fuglede Jørgensen2019-08-241-0/+1
* Implement ISMAGS subgraph isomorphism algorithm (#3312)Peter C Kroon2019-08-152-2/+27
* Incremental Closeness Centrality (undirected, unweighted graphs) (#3444)mikedeltalima2019-08-141-1/+2
* Adding non-randomness measures for graphs (#3515)Erwan Le Merrer2019-07-202-0/+10
* Full join operation and cograph generator (#3503)Efraim Rodrigues2019-07-181-0/+1
* AT-free graph recognition (#3377)Haakon2019-06-301-0/+10
* Added group closeness and group degree centralities (#3437)Nanda H Krishna2019-06-281-0/+4
* New Feature - Resistance Distance (#3385)bkief2019-06-141-0/+1
* Adding onion decomposition (#3461)Antoine Allard2019-06-121-1/+2
* Naive k-truss algorithm implementation. (#3462)Martin James McHugh III2019-06-121-0/+1
* Add two versions of Simrank similarity (#3222)Michael Recachinas2019-05-101-0/+2
* Adding module for group centrality measures (#3421)Nanda H Krishna2019-05-061-0/+7
* Add barycenter algorithm (#2939)William Schwartz2019-05-021-0/+1
* Move LFR_benchmark to generators (#3411)Jean-Gabriel Young2019-05-021-10/+0
* algorithms/traversal/edgebfs name fix (#3397)MCer42949672962019-04-201-1/+1
* Equitable coloring of graphs. (#3127)Utkarsh Upadhyay2019-03-281-0/+1
* Create moral graph (#3351)Julien Klaus2019-03-282-0/+10
* Planar drawing algorithm. (#3125)Johannes Schulte2019-03-272-0/+10
* added implementation of VoteRank (#3149)Fredrik Erlandsson2019-03-261-0/+7
* Adding second order centrality algorithm to centrality/ (#3117)Erwan Le Merrer2018-09-061-0/+7
* Fix fluidc to fluid typo in autodoc structure for rst files. (#3124)Dan Schult2018-08-171-1/+1
* Sparse Spanners using Baswana-Sen (#3119)Robert Gmyr2018-08-172-0/+10
* LR planarity checking (#3040)David Kraeutmann2018-08-072-0/+12
* Add percolation centrality (#3089)Pranay Kanwar2018-07-271-0/+7
* Update docs with all functions left out of rst files (#3091)Dan Schult2018-07-2715-2/+74
* Treewidth and tree decomposition heuristics (#2935) (#2951)David Kraeutmann2018-06-261-0/+10
* Remove extra file put in by mistakeDan Schult2018-06-171-21/+0
* Clean up doc errors and add link to home page from docs (#3018)Dan Schult2018-06-174-11/+31
* Add is_perfect_matching function (#2982)Alexander Condello2018-05-241-0/+1
* Add Clauset-Newman-Moore modularity-max community detection (#2871)Edward L Platt2018-02-281-0/+8
* Implement a module for node classification (#2848)Yuto Yamaguchi2018-01-281-0/+23
* Add a large clique size heuristic function (#2830)Dan Schult2018-01-171-3/+4
* Label Propagation Community Detection (#2821)Dan Schult2018-01-111-1/+2
* Minimum cycle basis (#2823)Dan Schult2018-01-101-0/+1
* Combine generator modules and tweak docs (#2814)Dan Schult2018-01-061-1/+3
* Adds prefix_tree, dag_to_branching, and example. (#2784)Dan Schult2017-12-021-0/+1
* Add docs for steiner_tree and metric_closure (#2783)Dan Schult2017-12-021-0/+10