algorithmica icon indicating copy to clipboard operation
algorithmica copied to clipboard

A computer science textbook

Results 195 algorithmica issues
Sort by recently updated
recently updated
newest added

This pull request has been automatically generated by prose.io.

This pull request has been automatically generated by prose.io.

This pull request has been automatically generated by prose.io.

This pull request has been automatically generated by prose.io.

This pull request has been automatically generated by prose.io.

It seems the code given at https://ru.algorithmica.org/cs/graph-traversals/cycle/ incorrectly finds a cycle in the following directed graph: 1->2->3 1->4->3 It goes into `dfs`, passes the first branch 1->2->3, marks these nodes...

Hi Thanks for the book. Its very interesting. I have one question regarding the binary search example that you have. The way you optimize further (after making it branchless and...