These projects are freely available for use in in your learning process. The program in this Repo are written main in C, Shell and small HTML.
- 0x00- C - hello_world
- 0x01- C - variables_if_else_while
- 0x02- C - functions_nested_loops
- 0x03- C - debugging
- 0x04- C - more_functions_nested_loops
- 0x05- C - pointers_arrays_strings
- 0x06- C - More pointers, arrays and strings
- 0x07- C - Even more pointers, arrays and strings
- 0x08- C - Recursion
- 0x09- C - static_libraries
- 0x0A- C - argc_argv
- 0x0B- C - malloc_free
- 0x0C- C - more_malloc_free
- 0x0D- C - preprocessor
- 0x0E- C - structures_typedef
- 0x0F- C - function_pointers
- 0x10- C - variadic_functions
- 0x11- C - printf
- 0x12- C - singly_linked_lists
- 0x13- C - more_singly_linked_lists
- 0x14- C - bit_manipulation
- 0x15- C - file_io
- 0x17- Doubly linked lists
- 0x18- Dynamic libraries
- 0x1A- Hash tables
- 0x1C- Makefiles
- 0x1E- Search algorithms
- README.md
Before you begin, ensure you have met the following requirements:
- Git must be installed on your operating system.
To run these materials locally, run this command on your git bash:
Linux and macOS:
sudo git clone https://github.com/Mugambi12/alx-low_level_programming.git
Windows:
git clone https://github.com/Mugambi12/alx-low_level_programming.git
This project is licensed under the MIT.