Stars
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
Beginners Guide to Computer Graphics in C/C++, OpenGL, JavaFX
A collection of small 42 school projects about C++.
Cub3D is a 42 school team project to create a dynamic view inside a 3D maze using raycasting in the style of Wolfenstein3D.
A port of Lode's QuickCG library to SDL 2.0.
A simple RayCasting rendering tutorial for game development
42 project where we learn about raycasting and try to recreate the original Wolfenstein 3d game
📶 A guide to NetPractice: a set of networking exercises with a focus on IP addresses and subnet masks.
Calculator which is made of binary tree.
the quickest way to solve microshell Exam Rank 04
Exercise solutions for The C Programming Language, 2nd edition
Repository of advanced C language exercises, tests, and cheatsheets, created specifically for the programming subject I'm currently studying at university.
Exercises for people learning the C programming language
Source code and solutions of exercises to The C Programming Language 2nd Edition by Brian W. Kernighan and Dennis M. Ritchie
Minimal scanf() implementation for embedded projects.
A collection of useful books and papers for learning and programming in ANSI C
a repository dedicated to exploring advanced concepts in C programming. This repository serves as a resource for learning and understanding various advanced topics in C, with practical examples and…
A library of binary tree data structures (bstree, dstree, trie, crit-bit, PATRICIA) implemented in C