Package grscheller.datastructures

Containers supporting the use & implementation of various algorithms. Both functional and imperative programming styles supported.

Sub-modules

grscheller.datastructures.nodes

Module supporting nodes for graph based datastructures …

grscheller.datastructures.queues

Queue based datastructures …

grscheller.datastructures.split_ends

Module of LIFO stacks that can safely share immutable data between themselves.

grscheller.datastructures.tuples

Immutable Tuple-like data structure with a functional interfaces …