LUT An implementation of a lookup table ("LUT") using a Linked List in C Installation Use git clone to get the source git clone https://github.com/dlstenbro/LUT.git Build & Usage cd LUT mkdir build && cd build cmake .. && make ./lut_example License MIT