Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-09 | utils: Create linked list data structure | Johnny Richard | |
This is a simple implementation of a general propose single-linked list. There is only the *prepend* function implemented at this moment. We can alway revisit the code and implement new missing functionality on demand. Signed-off-by: Johnny Richard <johnny@johnnyrichard.com> |