grantjenks / python-sortedcontainers

Python Sorted Container Types: Sorted List, Sorted Dict, and Sorted Set
http://www.grantjenks.com/docs/sortedcontainers/
Other
3.48k stars 200 forks source link

Need Help For Competative Programming #176

Closed UdayKiranPadhy closed 3 years ago

UdayKiranPadhy commented 3 years ago

Hi and Hello There, I liked you library sortedcontainers, works amazing. Being a Competative programmer , i am unable to use your library in online editors as we cannot import libraries other than those which comes with Python pre installed , is there any piece of code by which i could just copy that class and make an instance of it and use it ?. I just want to use SortedList, I looked into the code and found that there were too many lines and even couldnot undertand which all to copy . Is there any way to get ur SortedList instance without installing ??

grantjenks commented 3 years ago

The class is in sortedlist.py but is several hundred lines of code.