You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's actually quite simple to implement LexDFS in O(min(n^2, n+mloglog(n))).
It can also be implemented in linear time for cocomparability graphs as described here: https://arxiv.org/pdf/1404.5996.pdf
It'll be awesome to see the implementation for lexicographically DFS and BFS.
The text was updated successfully, but these errors were encountered: