In python, you may use sortedcontainers library.
from sortedcontainers import SortedList
JAVA can use TreeSet or TreeMap.
Last updated 24 days ago