Skip to content

Defining classes in Python Overloading an operator in a Python class Implementing an Ordered Linked List

Notifications You must be signed in to change notification settings

ashleyson/bookOrganizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bookOrganizer

A program used to organize Book's author names (in lexicographical / alphabetical order). In the event of a tie (several books are written by the same author), the published year will be used to determine the Book object’s place. If the author and year published are the same, then the Book’s title (lexicographical / alphabetical order) will be used to determine the Book object’s place

About

Defining classes in Python Overloading an operator in a Python class Implementing an Ordered Linked List

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages