This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
ecg-prog-filtered/u01
Simon Bruder fd230375ee u01: Allow both static and dynamic linking
This uses CMake’s BUILD_SHARED_LIBS variable, which by default is set to
OFF. To build the shared library and link the binaries against it, you
can set it to ON.
2023-05-09 23:25:03 +02:00
..
CMakeLists.txt u01: Allow both static and dynamic linking 2023-05-09 23:25:03 +02:00
main.cpp u01: Add recursive print with cycle detection 2023-04-22 13:47:57 +02:00
node.cpp u01: Add iterative print with cycle detection 2023-04-22 13:47:57 +02:00
node.h u01: Add iterative print with cycle detection 2023-04-22 13:47:57 +02:00
tests.cpp u01: Add iterative print with cycle detection 2023-04-22 13:47:57 +02:00