tree map

JAVA can use TreeSet or TreeMap. But in python, you may use sortedcontainers library.

from sortedcontainers import SortedList

Last updated