Skip to content

Fun C++ game one can run on a shell against a friend. Use of dynamic containers as well as maps O(log(n)) not to be confused with unordered_maps which run in O(1) lookup time.

Notifications You must be signed in to change notification settings

jamesboi951/Trivia_pop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Trivia_pop

Fun C++ game one can run on a shell against a friend. Use of dynamic containers as well as maps O(log(n)) not to be confused with unordered_maps which run in O(1) time

About

Fun C++ game one can run on a shell against a friend. Use of dynamic containers as well as maps O(log(n)) not to be confused with unordered_maps which run in O(1) lookup time.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages