Skip to content

Latest commit

 

History

History

15_tree_map

tree map

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

from sortedcontainers import SortedList