My take on a simple linked list, written while reading this article. Mostly a straight copy, with the addition that it's templatized and I took the opportunity to learn a bit about unit testing with Catch2.
You need to Catch2 installed on your system, see instructions here.
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug ..
makemkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug cmake -DBUILD_TEST:bool=on ..
makemkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
makeTBD
Contributions are always welcome!
When contributing to this repository, please first discuss the change you wish to make via the issue tracker, email, or any other method with the owner of this repository before making a change.
Please note that we have a code of conduct, you are required to follow it in all your interactions with the project.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Fredrik Andersson - Initial work - frklan
This project is licensed under the MIT License - see the LICENSE file for details