package
0.0.0-20211230051422-45e99aeff32b
Repository: https://github.com/achoarnold/cracking-the-coding-interview.git
Documentation: pkg.go.dev

# 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

# Structs

Box is a box with height, width and depth dimensions.
No description provided by the author
No description provided by the author

# Type aliases

Color represents a color.