Implementation of Linux Kernel Data Structures - Linked List, Queues, Red Black Tree, HashMaps
The folders contain .C file and Make file for each part of the data structure.
There is combined folder which contains combine.c incorporating all the data structures in one file.
For inserting this module sudo insmod combine.ko dstruct_size=16
The dstruct_size adds random integers to your data structures
dstruct_size tells you the amount of data to be inserted