I have posted some of the more recent code examples I have been working on. Proxy.c and mm.c are based on the Randal Bryant and David O’Hallaron book “Computer Systems, A Programmer’s Perspective.”
I am interested in becoming a more efficient and fluid developer, and welcome any feedback.
Cheers,
mg
* This program will read in a strings from an input file, and printed the strings in a sorted order with duplicates removed.
Implement Prim’s in Java.
Determine the LCS in a sub-sequence in Java.
This is a Dynamic Memory Allocator based on the csapp.c Dynamic Memory Lab and the CS:App textbook.
This is a web proxy server based on the CS:APP Proxy.c lab assignment, and implements code from csapp.c.