|
|
back to boardTLE #12 ? I use Disjoint-set who can help me? Re: TLE #12 ? The same problem Re: TLE #12 ? Facing the same. Re: TLE #12 ? Posted by tortle 4 Jan 2021 09:48 Try changing a linear search you might have into smth that can b done in constant time. That made it much faster for me. (hint: you probably don't need anything special, just change your implementation a bit) Re: TLE #12 ? Posted by COmty 12 Jan 2021 01:00 |
|
|