Skip to content
/ Poker Public

Freshman Poker programming assignment in C++ (with no sorting of cards)

Notifications You must be signed in to change notification settings

furynolo/Poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Poker

Freshman Poker programming assignment in C++ (with no sorting of cards).

This project demonstrates how useful sorting is and how bulky the logic gets without sorting cards (identifying "one pair" in a hand of five cards).

This assignment was also before we learned about classes which would have made the code immensely better.

About

Freshman Poker programming assignment in C++ (with no sorting of cards)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages