Projects with this topic
-
Console Tetris (Brick Game) in C | C11 | 2025 September — Classic Tetris in the terminal featuring Finite State Machine orchestration, clean layer separation, ncurses UI, and comprehensive unit tests.
Updated -
High-Precision Decimal Arithmetic Library in C | C11 | 2025 September — Custom 128-bit decimal library for financial calculations—exact arithmetic, bank rounding, and full test coverage to eliminate floating-point errors.
Updated -
2025 July. The s21_string+ project is a custom implementation of C's standard string.h library, adding core functions like sprintf and sscanf. It teaches low-level string manipulation, memory management, and formatted I/O parsing. This builds critical skills for systems programming and developing efficient, reliable software tools.
Updated -
The s21_matrix project implements a C library for matrix operations, including arithmetic, transformations, and advanced calculations like determinants and inverse matrices. It demonstrates core principles of structural programming and linear algebra essential for computational tasks and graphics programming. The solution is delivered as a static library with comprehensive unit test coverage.
Updated -
Generate unit tests for c projects via check, https://libcheck.github.io/check
Updated