Raptr3x / simple-linked-list

Example of a simple linked list in c++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-linked-list

Example of a simple linked list in c++

g++ -o sll simple_linked_list.cpp -I"include" && ./sll

./sli is already complied version

spdlog used for logging.

About

Example of a simple linked list in c++


Languages

Language:C++ 98.3%Language:C 1.7%