algorithms_C
The different algorithms for computing the number of crossings.
Definition: algorithms_C.hpp:59
@ brute_force
Brute force computation of the number of crossings.
@ ladder
Dynamic programming algorithm .
@ dynamic_programming
Dynamic programming algorithm .
@ stack_based
Algorithm based on sorting .
Main namespace of the library.
Definition: basic_types.hpp:50