| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Lint using Ruff (#6371) | danieleades | 2023-02-19 | 1 | -1/+1 |
| * | Speed up unionfind a bit by not adding root node in the path (#5844) | Mridul Seth | 2022-07-15 | 1 | -4/+5 |
| * | DOC: Fix broken links in shortest_path docstrings (#4434) | dbxnr | 2020-12-09 | 1 | -1/+1 |
| * | Format w/ black==20.8b1 | Jarrod Millman | 2020-10-06 | 1 | -3/+1 |
| * | Fix UnionFind.union to select the heaviest root as the new root (#4206) | Jeff Bradberry | 2020-09-29 | 1 | -1/+5 |
| * | Format python in docstrings (#4168) | Jarrod Millman | 2020-08-19 | 1 | -2/+2 |
| * | Format w/ black | Jarrod Millman | 2020-07-10 | 1 | -3/+1 |
| * | UnionFind's union doesn't accurately track set sizes (#3810) | Kelly Boothby | 2020-02-05 | 1 | -5/+10 |
| * | Remove boiler plate from top of modules | Jarrod Millman | 2019-11-11 | 1 | -7/+0 |
| * | PEP8 fixes | Jarrod Millman | 2019-10-18 | 1 | -1/+1 |
| * | Use yield from | Jarrod Millman | 2019-10-18 | 1 | -3/+1 |
| * | Fix UnionFind set extraction (#3224) | Steffen Hirschmann | 2019-05-08 | 1 | -0/+4 |
| * | Update copyright | Jarrod Millman | 2019-03-30 | 1 | -2/+2 |
| * | Update copyright | Jarrod Millman | 2018-01-20 | 1 | -2/+2 |
| * | Removed unused imports (#2653) | James Lamb | 2017-10-01 | 1 | -1/+0 |
| * | Update copyright | Jarrod Millman | 2017-07-25 | 1 | -2/+2 |
| * | Adds Borůvka's minimum spanning tree algorithm. | Jeffrey Finkelstein | 2016-04-21 | 1 | -6/+37 |
| * | Update copyrights | Mridul Seth | 2016-01-01 | 1 | -1/+1 |
| * | Simplifies utils.union_find code; PEP8 fixes | Jeffrey Finkelstein | 2015-05-08 | 1 | -8/+6 |
| * | Fix copyrights | JGab | 2015-04-21 | 1 | -1/+1 |
| * | Make UnionFind handle mixed types better. | chebee7i | 2015-01-19 | 1 | -3/+5 |
| * | Refactor utils. | Aric Hagberg | 2011-07-31 | 1 | -0/+75 |
