An inferior clone of the C standard library printf function, which takes a string and a variable sized list of other values and produce as output a string that corresponds to the format specifier and given input values.
C
An inferior clone of the C standard library printf function, which takes a string and a variable sized list of other values and produce as output a string that corresponds to the format specifier and given input values.
C
An assembly of C programs and code snippets to learn and practice data structures and algorithms. This also includes rewrites of many C standard library functions, all for the purpose of understanding computer programming from ground-up.
Shell
C
Assembly
Python
A command-line interpreter for monty bytecodes files, written in C, which features the creation and manipulation of stacks/queue data structures.
C
MATLAB
Forth
M
Brainfuck
A CLI program for simple Student Record System in C that allows users to manage student information and grades
C
Makefile
Building, traversing, manipulating, and managing the binary tree data structure from scratch with the C programming language.
C