Skip to content

godswillubah/alx-low_level_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

img

ALX Low Level Programming in C

C, debugging, pointers, functions, malloc, recursion, argc-argv

Description

This repository contains all my alx low level programming projects. Every project has a directory and each directory contains a README.md file which provides detailed decription of the project and the tasks within the project.

Projects

Hatching out

  • 0x00. Hello, World

  • 0x01. Variables, if, else, while

  • 0x02. Function, nested loop

  • 0x03. Debugging

  • 0x04. More functions, more nested loops

  • 0x05. Pointers, arrays and strings

  • 0x06. More pointers, arrays and strings

  • 0x07. Even more pointers, arrays and strings

  • 0x08. Recursion

  • 0x09. Static libraries

  • 0x0A. argc, argv

  • 0x0B. malloc, free

  • 0x0C. More malloc, free

  • 0x0D. Preprocessor

  • 0x0E. Structures, typedef

  • 0x0F. Function pointers

  • 0x10. Variadic functions

  • 0x11. printf

  • 0x14. Bit manipulation

Data structures and Algorithms

  • 0x12. Singly linked lists

  • 0x13. More singly linked lists