|
|
back to boardWhat complexity your solution has? Mine is O( log(MaxH) * N^4 ) Re: What complexity your solution has? O(log(maxH)*M*N*log(N^2)) Re: What complexity your solution has? Posted by Solver 19 Aug 2026 11:26 log(maxH) can actually be log(M) because you have only that many different height values |
|
|