Vlad Beklenyshchev
Vlad Beklenyshchev
# Correctness bug in FastCollinearPoints of 1-3-collinear-points ## Description The program fails on the test cases with m*n points on an m-by-n grid. > Honestly, I do not quite understand...
# Correctness bug in FastCollinearPoints of 1-3-collinear-points assignment ## Description The program fails on the test cases with 5 or more on some line segments. I actually thought that I...
# Performance bug in FastCollinearPoints of 1-3-collinear-points ## Description The FastCollinearPoints program works too slowly on the n/x-by-x grid. > Honestly, I do not quite understand why we have this...
# Correctness bug in FastCollinearPoints of 1-3-collinear-points ## Description The program fails on the test cases with random distinct points in a given range. ## To reproduce Test 11: random...
# Performance bug in RandomizedQueue of 1-2-queues ## Description Test case on Coursera says that **StdRandom()** should be called at most once per method (enqueue() and dequeue()). So, in this...