Category: C Refresh

Singly Linked List Part 1

Paper First Sitting down to write from scratch is a bit humbling. The big-o operations give me a hint about what linked list operations I need to implement – search, access, insert, delete. I did not start in an editor. I started by writing pseudo-code in a notebook. Once I had the pseudo-code with worked […]

Read More →