# Algo v0.1.0 - Table of Contents > A collection of utility functions for working with nested maps and keyword lists, lists, and strings ## Modules - [Algo](Algo.md): A collection of utility functions for working with lists, maps, keyword lists, and strings. This module is a convenience wrapper around the various `Algo` submodules, providing a single namespace for importing functions. - [Algo.Alt](Algo.Alt.md): Provides alternative non-verb names for functions in Algo. These better reflect the purity of functions and immutability of data structures. - [Algo.Assoc](Algo.Assoc.md): Utility functions for for maps, keyword lists, and nested associative structures. - [Algo.Helpers](Algo.Helpers.md): Shared internal helpers for Algo modules. - [Algo.List](Algo.List.md): Utility functions for lists. - [Algo.String](Algo.String.md): Utility functions for strings.