Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

C programming exercise
https://github.com/emmo00/alx-low_level_programming

Last synced: about 15 hours ago
JSON representation

C programming exercise

Awesome Lists containing this project

README

        

# ALX Low Level Programming
This folder contains other sub-folders of the project including:
#### [Hello World](./0x00-hello_world)
#### [Variables, If, Else and While](./0x01-variables_if_else_while)
#### [Functions, Nested loops](./0x02-functions_nested_loops)
#### [Debugging](./0x03-debugging)
#### [More Fuction and nested loops](./0x04-more_functions_nested_loops)
#### [Pointers, array, strings](./0x05-pointers_arrays_strings)
#### [More Pointers, array and string](./0x06-pointers_arrays_strings)
#### [Even More Pointers, array and string](./0x07-pointers_arrays_strings)
#### [Recursion](./0x08-recursion)
#### [Static libraries](./0x09-static_libraries)
#### [Command line Arguments](./0x0A-argc_argv)
#### [Dynamic memory allocation](./0x0B-malloc_free)
#### [More Dynamic memory allocation](./0x0C-more_malloc_free)
#### [Preprocessor](./0x0D-preprocessor)
#### [Structures and Typedef](./0x0E-structures_typedef)
#### [Pointers to Functions](./0x0F-function_pointers)
#### [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)
#### [File IO](./0x15-file_io)
#### [Doubly linked lists](./0x17-doubly_linked_lists)
#### [Dynamic Libraries](./0x18-dynamic_libraries/)
#### [Hash Tables](./0x1A-hash_tables/)
#### [Make files](./0x1C-makefiles/)
#### [Search Algorithms](./0x1E-search_algorithms/)