# Functions
CountEval the number of parenthesis required to evaluate a string.
GenerateAllValidParens generates all valid parenthesis having count.
No description provided by the author
GetPermutations returns all permutations of a string.
GetPermutationsWithDuplicates returns all permutations of a string without duplicates.
No description provided by the author
No description provided by the author
No description provided by the author
MakeChange returns the amount of combinations of quaters, nikels, dimes and ones needed to make n.
MaxStackHeight calculates the maximum height that can be archived by stacking an array of boxes.
No description provided by the author
No description provided by the author
PaintFill paints radially outwards.
PlaceNQueens returns the number of ways of placing n queens in an n x n grid.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
Color represents a color.