timothee
# algorithm
3 posts

Posts tagged with #algorithm

3 articles

Articles

Technical articles tagged with #algorithm

so_long: 2D Game in C

May 18, 2025

so_long: 2D Game in C

The so_long project is a simple game in C that uses the MinilibX library for graphics and user input.

push_swap: Bitwise Radix Sort in C

March 10, 2025

push_swap: Bitwise Radix Sort in C

The Bitwise Radix Sort implementation for the push_swap project.

Flood Fill: Depth-First Search

February 4, 2025

Flood Fill: Depth-First Search

An in-depth look at implementing the Flood Fill algorithm using Depth-First Search (DFS) in C.