Module of ALX Low-level Programming and Algorithm, carried out during Full Stack Software Engineering Studies at ALX School.
- Scripts written in Bash 4.3.11(1)
- C files are compiled using gcc 4.8.4
- C files are written according to the C90 standard
- Tested on Ubuntu 14.04 LTS
- Allowed editors: vi, vim, emacs
- You are allowed to use _putchar
This repository contains a list of completed projects undertaken during my studies.
- 0x00. Python - hello_world
- 0x01. Python - variables_if_else_while
- 0x02. Python - functions_nested_loops
- 0x03. Python - debugging
- 0x04. Python - more_functions_nested_loops
- 0x05. Python - pointers_arrays_strings
- 0x06. Python - pointers_arrays_strings
- 0x07. Python - pointers_arrays_strings
- 0x08. Python - recursion
- 0x09. Python - static_libraries
- 0x0A. Python - argc_argv
- 0x0B. Python - malloc_free
- 0x0C. Python - more_malloc_free
- 0x0D. Python - preprocessor
- 0x0E. Python - structures_typedef
- 0x0F. Python - function_pointers
- 0x10. Python - variadic_functions
- 0x12. Python - singly_linked_lists
- 0x13. Python - more_singly_linked_lists
- 0x14. Python - bit_manipulation
- 0x15. Python - file_io
- 0x17. Python - doubly_linked_lists
- 0x18. Python - dynamic_libraries
- 0x1A. Python - hash_tables
Ifeanyi I Ekezie