Files

ItemTypeInt
	ItemType.h		Specification for items on the list
	ItemType.cpp	 	Implementation file for items on the list

Linked
	sortedType.h		Specification file for UnsortedType class
	sortedType.cpp		Implementation file for UnsortedType class
	listDr.cpp		Test driver for UnsortedType class
	listData			Input data for test driver


	

Array
	unsorted.h		Specification file for UnsortedType class
	unsorted.cpp		Implementation file for UnsortedType class
	listDr.cpp		Test driver for UnsortedType class
	listData			Input data for test driver



Deck
	ItemTypeCard
		ItemType.h	Specification file for Card class
		ItemType.cpp	Implementation file for Card class
	deck.h			Specification file for Deck class
	deck.cpp			Implementation file for Deck class
	hands.h			Specification file for Hands class
	hands.cpp			Implementation file for Hands class
	evaluation.h		Specification file for Evaluation class
	evaluation.cpp		Implementation file for Evaluation class
	handsTestDriver.cpp	Test driver for class Hands
	evalTestDriver.cpp	Test driver for class Evaluation
	evalSimRun.cpp		Test driver that runs simulation of many hands

