kjems / ComposedSet

A collection that decomposes it's elements into smaller chunks which is then stored in an array. Each element is then represented by indices into the array of parts. Many operation on the collection can be done by looking at the indices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kjems/ComposedSet Stargazers