Update Sorting_Custom.md

This commit is contained in:
Siyong Huang 2020-06-15 19:28:52 -07:00 committed by GitHub
parent cf84d046ba
commit 01fa5daf1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,7 +237,7 @@ static class Comp implements Comparator<Person>{
#### Comparator in Sorting
There are two main ways to implement a custom comparator in python
There are three main ways to implement a custom comparator in python
Type 1) Operator Overloading
- Overloads operators