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