|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Educational examples for array utility functions. More...
Go to the source code of this file.
Functions | |
| int | main () |
Educational examples for array utility functions.
Low-level functions for efficient array manipulation including:
g++ -std=c++20 -I.. -o array_utils_example array_utils_example.cc ./array_utils_example
Definition in file array_utils_example.cc.
| int main | ( | ) |
Definition at line 32 of file array_utils_example.cc.
References Aleph::close_gap(), FunctionalMethods< Container, T >::for_each(), Aleph::maps(), Aleph::open_gap(), Aleph::reverse(), Aleph::rotate_left(), Aleph::rotate_right(), and Aleph::DynArray< T >::size().