Hi,

I presently code only in Python 3. 2 things could be added to help Python 
users. Most top competitors code in C++, so they don't have issues. But for 
Python users, these would be really helpful. 

1) You already have pypy2 as an option, for could it possible to add pypy3 
also, please?

2) When you need something like an AVL tree or any other balanced binary 
search tree to search, insert and delete dynamically in O(log(n)), the 
package sortedcontainers is very useful (with SortedList). Could it be 
added? These are fundamental operations for many problems. Otherwise, what 
do you use instead for this particular data structure in Python? I am very 
curious, as I might use it instead. 

Thanks a lot for your attention

-- 
-- You received this message because you are subscribed to the Google Groups 
Code Jam group. To post to this group, send email to 
[email protected]. To unsubscribe from this group, send email to 
[email protected]. For more options, visit this group at 
https://groups.google.com/d/forum/google-code?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Code Jam" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-code/30e17110-591f-4a28-a9fe-6dc2cce4c76an%40googlegroups.com.

Reply via email to