This code was written long ago and works fine on a small sample - but takes too long on a large input. Refactor and simplify the code. Find a faster solution to the problem.
solution.cpp
Loading...
Run code to see test results
00:00 / 69:42
Code refactor and speedup
MediumMed•2,090 views
This code was written long ago and works fine on a small sample - but takes too long on a large input. Refactor and simplify the code. Find a faster solution to the problem.