Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/victorpreston/alx-low_level_programming
low level programming
https://github.com/victorpreston/alx-low_level_programming
alx alx-africa alx-curriculum alx-low-level-programming c cpp low-level
Last synced: about 1 month ago
JSON representation
low level programming
- Host: GitHub
- URL: https://github.com/victorpreston/alx-low_level_programming
- Owner: victorpreston
- Created: 2023-06-15T10:29:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-26T09:16:59.000Z (9 months ago)
- Last Synced: 2024-04-17T05:01:57.802Z (8 months ago)
- Topics: alx, alx-africa, alx-curriculum, alx-low-level-programming, c, cpp, low-level
- Language: C
- Homepage:
- Size: 267 KB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![img](https://assets.imaginablefutures.com/media/images/ALX_Logo.max-200x150.png)
# ALX LOW LEVEL PROGRAMMING
>Learning C right now, been wanting to get on this. It's been fun so far !!.
## About
- This repository consists of all the C programming projects done with [ALX Africa](https://www.alxafrica.com/) Software Engineering course in partnership with [Holberton School](https://www.holbertonschool.com/) by [Victor Preston](https://github.com/victorpreston).
- All main.c files are prewritten by the school. We build functions that produce a specific output while also taking into consideration edge cases.## Resource
- [0x00](./0x00-hello_world) : Hello, World.
- [0x01](./0x01-variables_if_else_while) : Variables,if,else,while.
- [0x02](./0x02-functions_nested_loops) : Functions, nested loops.
- [0x03](./0x03-debugging) : Debugging.
- [0x04](./0x04-more_functions_nested_loops) : More Functions and nested loops.
- [0x05](./0x05-pointers_arrays_strings) : Pointers, arrays and strings.
- [0x06](./0x06-pointers_arrays_strings) : More pointers, arrays and strings.
- [0x07](./0x07-pointers_arrays_strings) : Even more pointers, arrays and strings.
- [0x08](./0x08-recursion) : Recursion.
- [0x09](./0x09-static_libraries) : Static libraries.
- [0x0A](./0x0A-argc_argv) : argc, argv[].
- [0x0B](./0x0B-malloc_free) : Malloc, free.
- [0x0C](./0x0C-more_malloc_free) : More malloc, free.
- [0x0D](./0x0D-preprocessor) : Preprocessor.
- [0x0E](./0x0E-structures_typedef) : Structures, typedef.
- [0x0F](./0x0F-function_pointers) : Function pointers.
- [0x10](./0x10-variadic_functions) : Variadic functions.
- [0x11](https://github.com/victorpreston/printf) : Write our own printf project.
- [0x12](./0x12-singly_linked_lists) : Singly linked lists.
- [0x13](./0x13-more_singly_linked_lists) : More singly linked lists.
- [0x14](./0x14-bit_manipulation) : Bit manipulation.
- [0x15](./0x15-file_io) : File I/O.
- [0x1C](./0x1C-makefiles) : Makefiles.
- [0x1D](https://github.com/victorpreston/binary_trees) : Binary trees.
- [0x1E](./0x1E-search_algorithms) : Search Algorithms.