handbook_codes icon indicating copy to clipboard operation
handbook_codes copied to clipboard

A C++ repository for Competitive Programmer's Handbook by Antti Laaksonen

Results 1 handbook_codes issues
Sort by recently updated
recently updated
newest added

First of all, thank you for your work. https://github.com/pulkit1joshi/handbook_codes/blob/main/Chapter%2018%3A%20Tree%20Queries/treequeries_lca_method1.1.cpp The code for LCA Method 1 appears to have a time complexity of $O(N)$ rather than $O(logN)$ — for example, if...