Sorting Custom Classes in Python

Опубликовано: 28 Сентябрь 2024
на канале: Kenny Yip Coding
245
6

How to sort classes in python? Implementing the _lt_ operator, along with other comparison operators, to allow sorting for our classes.

(my bad, I made a mistake in the _lt_ implementation the first time, should be numerator1 less than numerator2, not other.numerator)

Python Playlist:
   • Python Data Structures and Algorithms  

Github: https://github.com/ImKennyYip/python-...

Subscribe for more coding tutorials 😄!