Vlad Beklenyshchev

Results 5 issues of 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...

bug
part 1
correctness
hard

# 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...

bug
part 1
correctness
hard

# 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...

bug
part 1
timing

# 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...

bug
part 1
correctness
hard

# 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...

bug
part 1
timing