nem-E-sis's blog

By nem-E-sis, history, 13 months ago, In English

Please share any resources for the title. I’m writing this because I couldn’t solve yesterday’s Problem C as SortedList wasn’t available in the Python compilers.

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
13 months ago, hide # |
 
Vote: I like it +8 Vote: I do not like it

https://github.com/cheran-senthil/PyRival/blob/master/pyrival/data_structures/SortedList.py

This works for most problems. Would not recommend it if the time constraints are tight.

»
13 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

One of the reasons why I moved my main language to C++ , so yeah live with it.

»
13 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

1) Switch to C++