Projects
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
, andfree
). CS 107 final project.