|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Illustrated subset-sum scenarios (DP + MITM). More...
Go to the source code of this file.
Functions | |
| int | main () |
| Demonstrates multiple subset-sum algorithms and queries using the Aleph-w library. | |
Illustrated subset-sum scenarios (DP + MITM).
Definition in file subset_sum_example.cc.
| int main | ( | ) |
Demonstrates multiple subset-sum algorithms and queries using the Aleph-w library.
Runs five example scenarios showcasing:
Output is printed to stdout with labeled sections and separators.
Definition at line 110 of file subset_sum_example.cc.
References Aleph::divide_and_conquer_partition_dp(), Aleph::print_rule(), r, Aleph::subset_sum(), Aleph::subset_sum_count(), Aleph::subset_sum_exists(), and Aleph::subset_sum_mitm().