Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iamnotnato/alx-low_level_programming

This repository contains the codebase for the ALX Low-Level Programming course, which provides a foundation in low-level programming concepts and hands-on experience with C programming.
https://github.com/iamnotnato/alx-low_level_programming

bash c

Last synced: about 2 months ago
JSON representation

This repository contains the codebase for the ALX Low-Level Programming course, which provides a foundation in low-level programming concepts and hands-on experience with C programming.

Awesome Lists containing this project

README

        

> 🚧 **Project : alx-low_level_programming**




Logo




> 📝 **Summary:**

> This repository contains the codebase for the ALX Low-Level Programming course, which provides a foundation in low-level programming concepts and hands-on experience with C programming.


> ⌨️ **Languages Used :**


medium
medium
medium


> 🖥️ **Developer's Toolkit:**


medium
medium
medium
medium
medium




![Alt](https://repobeats.axiom.co/api/embed/50a392e676820ce03006d38197b98899827faf15.svg "Repobeats analytics image")


> 🖥️ **Projects Guide:**


| Hexadecimal Project # | Decimal Equivalent # | Project Title |
| --------------------- | --------------------- | ------------------------------------------------------------------------------|
| 0x00 | 00 | [C - Hello, World](./0x00-hello_world) |
| 0x01 | 01 | [C - Variables, if, else, while](./0x01-variables_if_else_while) |
| 0x02 | 02 | [C - Functions, nested loops](./0x02-functions_nested_loops) |
| 0x03 | 03 | [C - Debugging](./0x03-debugging) |
| 0x04 | 04 | [C - More functions, more nested loops](./0x04-more_functions_nested_loops) |
| 0x05 | 05 | [C - Pointers, arrays and strings](./0x05-pointers_arrays_strings) |
| 0x06 | 06 | [C - More pointers, arrays and strings](./0x06-pointers_arrays_strings) |
| 0x07 | 07 | [C - Even more pointers, arrays and strings](./0x07-pointers_arrays_strings) |
| 0x08 | 08 | [C - Recursion](./0x08-recursion) |
| 0x09 | 09 | [C - Static libraries](./0x09-static_libraries) |
| 0x0A | 10 | [C - argc, argv](./0x0A-argc_argv) |
| 0x0B | 11 | [C - malloc, free](./0x0B-malloc_free) |
| 0x0C | 12 | [C - More malloc, free](./0x0C-more_malloc_free) |
| 0x0D | 13 | [C - Preprocessor](./0x0D-preprocessor) |
| 0x0E | 14 | [C - Structures, typedef](./0x0E-structures_typedef) |
| 0x0F | 15 | [C - Function pointers](./0x0F-function_pointers) |
| 0x10 | 16 | [C - Variadic functions](./0x10-variadic_functions) |
| 0x11 | 17 | [C - printf](https://github.com/iamnotnato/printf) |
| 0x12 | 18 | [C - Singly linked lists](./0x12-singly_linked_lists) |
| 0x13 | 19 | [C - More singly linked lists](./0x13-more_singly_linked_lists) |
| 0x14 | 20 | [C - Bit manipulation](./0x14-bit_manipulationo) |
| 0x15 | 22 | [C - File I/O](./0x15-file_io) |
| 0x16 | 23 | [C - Simple Shell](https://github.com/iamnotnato/simple_shell) |
| 0x17 | 24 | [C - Doubly linked lists](./0x17-doubly_linked_lists) |
| 0x18 | 25 | [C - Dynamic libraries](./0x18-dynamic_libraries) |
| 0x19 | 26 | [C - Stacks, Queues - LIFO, FIFO ](https://github.com/iamnotnato/monty) |
| 0x1A | 27 | [C - Hash tables](./0x1A-hash_tables) |
| 0x1C | 28 | [C - Makefiles ](./0x1C-makefiles) |
| 0x1D | 29 | [C - Binary trees](https://github.com/iamnotnato/binary_trees) |
| 0x1E | 30 | [C - Search Algorithms](./0x1E-search_algorithms) |


> 💡*Fun Fact :*
>
> *The projects have memory addresses assigned to identify them.*
>
> *Symbolizing how, over time,by understanding the ALX curriculum, it is stored in parts of our mind just like memory is stored in computers.*