Skip to content

Defining classes in Python Overloading the ==, <, and > operators in a Python class Implementing and applying the Binary Search Tree (BST) data structure with duplicate values Writing functions that ensure Card objects are in sorted order

Notifications You must be signed in to change notification settings

ashleyson/goFish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goFish

A program that will manage cards for a card game. All cards have a suit and a rank, which can be used to determine the value of cards in relation to each other. All cards will be managed by a Binary Search Tree (BST) where the best card is the maximum and the worst card is the minimum.

About

Defining classes in Python Overloading the ==, <, and > operators in a Python class Implementing and applying the Binary Search Tree (BST) data structure with duplicate values Writing functions that ensure Card objects are in sorted order

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages