|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Demonstrates usage of Gray code utilities in Aleph-w. More...
#include <iostream>#include <iomanip>#include <bitset>#include <ah-comb.H>#include <print_rule.H>Go to the source code of this file.
Functions | |
| int | main () |
Demonstrates usage of Gray code utilities in Aleph-w.
Definition in file gray_code_example.cc.
| int main | ( | ) |
Definition at line 56 of file gray_code_example.cc.
References Aleph::bin_to_gray(), Aleph::build_gray_code(), Aleph::diff(), Aleph::divide_and_conquer_partition_dp(), Aleph::gray_to_bin(), and Aleph::print_rule().