A Trick to Solve Bad Triangle with Python and JavaScript
With Python and Javascript solutions: Learn how to think about Bad Triangle, an *800 codeforces problem... (more…)
Read more »
Python provides great built-in types like dict, list, tuple
and set; there are also array, collections, heapq
modules in the standard library; this article is an overview of
external lesser known packages with fast C/C++ based data
structures usable from … Read more