jilljenn / tryalgo

Algorithms and data structures for preparing programming competitions: basic and advanced
https://tryalgo.org
MIT License
371 stars 106 forks source link

Missing newline for tryalgo.kruskal.UnionFind.union #39

Closed Naereen closed 6 years ago

Naereen commented 6 years ago

https://github.com/jilljenn/tryalgo/blob/b98224b19e71b2028b78223f9ed13b80a08715b2/tryalgo/kruskal.py#L30

That how it looks in the documentation: tryalgo kruskal unionfind union

Naereen commented 6 years ago

I can't check if my change in #40 is enough to fix the display issue in the documentation, but i'm pretty confident it is. Cheers :smiley:

Naereen commented 6 years ago

:tada: