Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scisamir/alx-low_level_programming
For ALX SE low level programming
https://github.com/scisamir/alx-low_level_programming
Last synced: about 2 months ago
JSON representation
For ALX SE low level programming
- Host: GitHub
- URL: https://github.com/scisamir/alx-low_level_programming
- Owner: scisamir
- Created: 2023-02-20T19:41:56.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-26T09:30:43.000Z (about 1 year ago)
- Last Synced: 2023-10-26T20:36:59.550Z (about 1 year ago)
- Language: C
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Low-level programming & Algorithm
This repository contains programs created for the ALX Software Engineering Program. Currently sharpening my knowledge and skills of C, Linux, Algorithms and Data Structures. This repository contains programs written for the low-level programming and algorithm track in the ALX Software Engineering Program. In these projects I learned about data structures, algorithms, and other low-level programming concepts while working in the C programming language.
## Content
Directory | Description
--------- | -----
[0x00-hello_world](https://github.com/scisamir/alx-low_level_programming/tree/master/0x00-hello_world) | Basics, preprocessor, compilation process, betty coding style.
[0x01-variables_if_else_while](https://github.com/scisamir/alx-low_level_programming/tree/master/0x01-variables_if_else_while) | Variables, if, else, while statements, operators, keywords and identifiers.
[0x02-functions_nested_loops](https://github.com/scisamir/alx-low_level_programming/tree/master/0x02-functions_nested_loops) | Nested while loops, functions, function prototypes, header files.
[0x03-debugging](https://github.com/scisamir/alx-low_level_programming/tree/master/0x03-debugging) | Debugging, rubber duck debugging.
[0x04-more_functions_nested_loops](https://github.com/scisamir/alx-low_level_programming/tree/master/0x04-more_functions_nested_loops) | Nested while loops, functions, function prototypes, header files.
[0x05-pointers_arrays_strings](https://github.com/scisamir/alx-low_level_programming/tree/master/0x05-pointers_arrays_strings) | Pointers, strings, arrays, data structures, memory layout.
[0x06-pointers_arrays_strings](https://github.com/scisamir/alx-low_level_programming/tree/master/0x06-pointers_arrays_strings) | Pointers, strings, arrays, data structures, memory layout.
[0x07-pointers_arrays_strings](https://github.com/scisamir/alx-low_level_programming/tree/master/0x07-pointers_arrays_strings) | Pointers, pointer to pointer, strings, arrays, 2D and multi-dimensional arrays.
[0x08-recursion](https://github.com/scisamir/alx-low_level_programming/tree/master/0x08-recursion) | Recursion, what on earth is recursion?!
[0x09-static_libraries](https://github.com/scisamir/alx-low_level_programming/tree/master/0x09-static_libraries) | Static libraries, `ar`, `ranlib`, `nm`.
[0x0A-argc_argv](https://github.com/scisamir/alx-low_level_programming/tree/master/0x0A-argc_argv) | Arguments to main, argc, argv, `__attribute__((unused))`, `(void)`.
continues...### AUTHOR:
SAMIR IDRIS