utils#

In utils we store general functions that are not knot/graph specific.

Modules

algebra

cache

chunked(iterable, chunk_size)

Yields chunks of chunk_size from an iterable.

combinatorics

decorators

dict_utils

disjoint_union_set

The Union-Find structure, also known as the Disjoint Set Union (DSU) structure, is an efficient data structure used to manage a partition of a set into disjoint (non-overlapping) subsets.

func_utils

geometry

Library for (numerical) geometry.

module

multiprogressbar

multiprogressbar2

parsing

set_utils

statistics

string_utils

test