You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
π Sorting algorithm challenge using stacks and limited operations. Optimized C code to sort integers with the fewest possible moves. Logic meets efficiency.
π 3D wireframe renderer using MinilibX. Parses .fdf elevation maps to render terrain in isometric and parallel projections. Rotate, zoom, and explore in C.
π Implementation of the classic Dining Philosophers problem in C, using threads and mutexes to explore concurrent process synchronization, deadlock prevention, and clean state management via enums.