Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsfoss0/alx-low_level_programming
This Repo contains my low level code in C as a software Engineering student at ALX
https://github.com/itsfoss0/alx-low_level_programming
alx alx-curriculum alx-low-level-programming alx-school c c-programming holberton-curriculum holbertonschool low-level-programming
Last synced: about 7 hours ago
JSON representation
This Repo contains my low level code in C as a software Engineering student at ALX
- Host: GitHub
- URL: https://github.com/itsfoss0/alx-low_level_programming
- Owner: Itsfoss0
- Created: 2022-09-09T06:30:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T16:15:21.000Z (over 1 year ago)
- Last Synced: 2024-05-01T16:39:32.036Z (6 months ago)
- Topics: alx, alx-curriculum, alx-low-level-programming, alx-school, c, c-programming, holberton-curriculum, holbertonschool, low-level-programming
- Language: C
- Homepage:
- Size: 419 KB
- Stars: 13
- Watchers: 2
- Forks: 8
- 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)
> Introduction to programming in C
## ALX low level programming tasks in C
Table of contents
* [Introduction to programming in C - Hello World!](./0x00-hello_world/)
* [Variables and Branching Control Structures](./0x01-variables_if_else_while/)
* [Looping Control Structures and functions](./0x02-functions_nested_loops/)
* [Debugging](./0x03-debugging/)
* [Nested loops ](./0x04-more_functions_nested_loops/)
* [Arrays Pointer and Strings](./0x05-pointers_arrays_strings/)
* [More Pointers Arrays and Strings](./0x06-pointers_arrays_strings/)
* [Function pointers](./0x0F-function_pointers/)
* [Even more Pointers Arrays and strings](./0x07-pointers_arrays_strings/)
* [Recursion](./0x08-recursion/)
* [Dynamic memory allocation](./0x0B-malloc_free/)
* [Static Libraries](./0x09-static_libraries/)
* [Pre processor](./0x0D-preprocessor/)
* [Structures and typedef](./0x0E-structures_typedef/)
* [Argv and Argc](./0x0A-argc_argv/)
* [Variadic functions](./0x10-variadic_functions/)
* [Singly Linked lists](./0x12-singly_linked_lists/)
* [More singly linked lists](./0x13-more_singly_linked_lists/)
* [Bit manipulation](./0x14-bit_manipulation/)
* [Doubly Linked lists](/0x17-doubly_linked_lists)
* [Dynamic Libraries](./0x18-dynamic_libraries)
* [Hash tables](/0x1A-hash_tables)
* [Makefiles](/0x1C-makefiles)
* [Searching algorithms](0x1E-search_algorithms)