https://github.com/adebayo-s/alx-low_level_programming
💾 Low level programming projects repository. Done at @ALXAfrica-Holberton School
https://github.com/adebayo-s/alx-low_level_programming
bit-manipulation c data-structures-and-algorithms libraries memory-management pointers-and-arrays system-calls
Last synced: 3 months ago
JSON representation
💾 Low level programming projects repository. Done at @ALXAfrica-Holberton School
- Host: GitHub
- URL: https://github.com/adebayo-s/alx-low_level_programming
- Owner: Adebayo-S
- Created: 2022-03-10T10:38:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T08:14:04.000Z (over 2 years ago)
- Last Synced: 2025-04-02T07:41:21.037Z (3 months ago)
- Topics: bit-manipulation, c, data-structures-and-algorithms, libraries, memory-management, pointers-and-arrays, system-calls
- Language: C
- Homepage:
- Size: 549 KB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Low-level programming & Algorithm
## About
Module of **Low-level programming** and **algorithm**, carried out during **Full Stack Software Engineering studies** at **alx-africa**.## Technologies
* Tested on Ubuntu 20.04 LTS## Projects
Links to the files used for this project:| Project name | Description |
| ------------ | ----------- |
| [0x00-hello_world](./0x00-hello_world) | It aims to learn about what is entry point, basics commands (puts, printf, putchar), compilation process with gcc in **C language** |
| [0x01-variables_if_else_while](./0x01-variables_if_else_while) | It aims to learn about arithmetic operators, relational operators, boolean operators, comments, declaring variables and loops in **C language** |
| [0x02-functions_nested_loops](./0x02-functions_nested_loops) | It aims to learn about header files, functions, loops and nested loops in **C language** |
| [0x03-debugging](./0x03-debugging) | It aims to learn how to debug in **C language** |
| [0x04-more_functions_nested_loops](./0x04-more_functions_nested_loops) | It aims to learn about nested loops in **C language** |
| [0x05-pointers_arrays_strings](./0x05-pointers_arrays_strings) | It aims to learn about pointers and arrays in **C language** |
| [0x06-pointers_arrays_strings](./0x06-pointers_arrays_strings) | It aims to learn about pointers and arrays in **C language** |
| [0x07-pointers_arrays_strings](./0x07-pointers_arrays_strings) | It aims to learn about pointers and arrays in **C language** |
| [0x08-recursion](./0x08-recursion) | It aims to learn about recursion and how to implement it in **C language** |