abcsumits's blog

By abcsumits, history, 4 years ago, In English

python doesn't have any library for ordered map and ordered set. We can install sortedContainers module in our pc for that. Please include this module. It would be very helpful for all who code in python.

MikeMirzayanov

  • Vote: I like it
  • +2
  • Vote: I do not like it

| Write comment?
»
4 years ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

"Just use C++" virgin vs sortedContainers chad

  • »
    »
    4 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    vs Gods who know how to write their own Treap/RB Tree/2-3 Tree/AVL Tree/Scapegoat Tree/Skip List/Any BBST-like data structure

»
4 years ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

you can also use your own template of sortedlist .. etc

»
4 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

It doesn't come with the default of any Python implementation, so maybe not.