Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sangaryousmane/alx-low_level_programming
This repository is for all ALX low level programming task
https://github.com/sangaryousmane/alx-low_level_programming
bit-manipulation c compiler hashtable linkedlist makefiles programming-language recursion searching-algorithms
Last synced: 27 days ago
JSON representation
This repository is for all ALX low level programming task
- Host: GitHub
- URL: https://github.com/sangaryousmane/alx-low_level_programming
- Owner: sangaryousmane
- Created: 2023-03-16T09:35:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T06:30:40.000Z (about 1 year ago)
- Last Synced: 2024-11-17T21:16:06.328Z (3 months ago)
- Topics: bit-manipulation, c, compiler, hashtable, linkedlist, makefiles, programming-language, recursion, searching-algorithms
- Language: C
- Homepage:
- Size: 424 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Low-Level Programming with C - Data Structures, Sorting, Searching, Hast Tables, Singly and Doubly Linked Lists, Recursions and more Algorithms
### What is in here ?
> This repository contains programs written for the low-level programming and
algorithm section of the ALX software engineering program. Visit [ALX ](https://www.alxafrica.com/)
to learn more of about ALX SE.## Description
The repository is divided into sections of projects, open the one you need
* [0x00. C - Hello, World](./0x00-hello_world)
* [0x01. C - Variables, if, else, while](./0x01-variables_if_else_while)
* [0x02. C -Functions_nested_loops](./0x02-functions_nested_loops)
* [0x03. C-Debugging](./0x03-debugging)
* [0x04. C - More functions, more nested loops](./0x04-more_functions_nested_loops)
* [0x05. C - Pointers, arrays and strings](./0x05-pointers_arrays_strings)
* [0x06. C - Pointers, arrays and strings](./0x06-pointers_arrays_strings)
* [0x07. C - Even more pointers, arrays and strings](./0x07-pointers_arrays_strings)
* [0x08. C - Recursion](./0x08-recursion)
* [0x09. C - Static libraries](./0x09-static_libraries)
* [0x10. C - Variadic functions](./0x10-variadic_functions)
* [0x11. C - Printf](./0x11-printf)
* [0x12. C - Singly linked lists](./0x12-singly_linked_lists)
* [0x13. C - More singly linked lists](./0x13-more_singly_linked_lists)
* [0x14. C - Bit manipulation](./0x14-bit_manipulation)
* [0x16. C - Simple Shell](./0x16-simple_shell)
* [0x15. C - File input output](./0x15-file_io)
* [0x16. C - Simple Shell](./0x16-simple_shell)
* [0x17. C - Doubly linked lists](./0x17-doubly_linked_lists)
* [0x18. C - Dynamic libraries](./0x18-dynamic_libraries)
* [0x19. C - Stacks,Queues LIFO-FIFO](./0x19-stacks_queues_lifo_fifo)
* [0x0A. C - argc, argv](./0x0A-argc_argv)
* [0x0B. C - malloc, free](./0x0B-malloc_free)
* [0x0C. C - more malloc, free](./0x0C-more_malloc_free)
* [0x0D. C - preprocessor](./0x0D-preprocessor)
* [0x0E. C - Structures, typedef](./0x0E-structures_typedef)
* [0x0F. C - Variadic functions](./0x0F-variadic_functions)
* [0x1A. C - Hash tables](./0x1A-hash_tables)
* [0x1B. C - Sorting algorithms & Big O ](./0x1B-sorting_algorithms)
* [0x1C. C - Makefiles](./0x1C-makefiles)
* [0x1D. C - Binary trees](./0x1D-binary_trees)
* [0x1E. C - Search Algorithms](./0x1E-search_algorithms)## Project Requirements
You have to install the following tools to work with any of these projects
* GCC : [GNU Compiler](https://gcc.gnu.org/)
* Betty : [C code checker](https://github.com/holbertonschool/Betty.git)## How to navigate the repo?
To access any project, please follow the below steps:
* clone the repository
- git clone https://github.com/sangaryousmane/alx-low_level_programming.git
- cd alx-low_level_programming* open any project in this repository, example: say the hello world project
- cd [0x00. C - Hello, World](./0x00-hello_world)
* To test? do like this:
- gcc -Wall -Werror -Wextra -pedantic -std=gnu89 4-puts.c 4-puts
- ./4-puts
* Do the same thing with any project of your choice## Author
* **Ousmane Sangary** <[sangaryousmane](https://github.com/sangaryousmane)>