Here are some of my (informal) projects divided into categories.

Personal

School

  • 🍫 Heap Allocator: Designed and implemented implicit and explicit free list allocators for dynamic memory allocation (implemented core memory functions malloc, realloc, and free). CS 107 final project.