Skip to content

A demonstration of how singly linked lists can be used to generate power sets without recursion, and then saved in a hash table

Notifications You must be signed in to change notification settings

zakagan/PowerSetString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A demonstration of how singly linked lists can be used to generate power sets without recursion, and then saved in a hash table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published