Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages