[..] BACK_TO_ROOT

/var/log/syslog

Engineering notes, system documentation, and thoughts.

Filter Logs

Recent Entries

Linked List Operations in C

// Data Structure

extended my linked list knowledge with more complex operations.

Singly Linked Lists in C

// Data Structure

Building a linked list from scratch to master memory management and pointers.