Skip to content

Hangman game in C++ that uses a Trie data structure

Notifications You must be signed in to change notification settings

jatinsu/HangmanTrie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to compile/run the program

run make program to compile the actual program, then run ./program to run it

How to compile/run the test file

run make mytest to compile the actual program, then run ./mytest to run it

About

Hangman game in C++ that uses a Trie data structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published