Skip to content

Latest commit

 

History

History
61 lines (58 loc) · 2.27 KB

File metadata and controls

61 lines (58 loc) · 2.27 KB

ALX Low-Level Programming

About

This repository contains low-level programming projects that are part of the ALX software engineering curriculum. These projects are written in the C programming language and cover topics such as data structures, algorithms, memory management, and system programming.

Month #0

0x00.C -Hello, World


0x01.C -Variables, if, else, while


0x02.C -Functions, nested loops


0x03.C -Debugging


0x04-more_functions_nested_loops


0x05-pointers_arrays_string


0x06-pointers_arrays_strings


0x07-pointers_arrays_strings


Evaluation #0

Month #1

0x08-recursion


0x09-static_libraries


0x0A-argc_argv


0x0B-malloc_free


0x0C-more_malloc_free


0x0D-preprocessor


0x0E-structures_typedef


0x0F.C-Function pointers


0x10.C-Variadic functions


0x10.C-Variadic functions


0x11.C-printf (team project)


0x12.C-Singly linked lists


0x13.C-More singly linked lists


Evaluation #1

Month #2


0x14.C-Bit manipulation


0x15.C-File I/O (team project)