Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 264 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 264 Bytes

PowerSetString

This is a C project that I have been tinkering with in order to better understand stacks and hash maps.

There are two parts to this routine. First it calculates the power set of string, and then it loads the resulting power set into a hash map.