Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Low-Level Programming - Data Structures, Algorithms, Linux/Unix System Programming
https://github.com/pericles001/alx-low_level_programming

algorithms-and-data-structures c c-programming gcc holbertonschool

Last synced: 3 days ago
JSON representation

Low-Level Programming - Data Structures, Algorithms, Linux/Unix System Programming

Awesome Lists containing this project

README

        

# Low-Level Programming - Data Structures, Algorithms, Linux/Unix System Programming

## Description
This repository contains programs written for the low-level programming and
algorithm section .

## Structure

* [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)

## Requirements

Working with this project require you to have some tools installed:
* GCC : [GNU Compiler](https://gcc.gnu.org/)
* Betty : [C code checker](https://github.com/holbertonschool/Betty.git)

## Navigation Guide

To access any project you are willing to view , please proceed like this:

* clone the repository

- git clone https://github.com/Pericles001/alx-low_level_programming
- cd alx-low_level_programming

* open your desired project (we take Hello world project as example)

- cd [0x00. C - Hello, World](./0x00-hello_world)

* test your desired file

- gcc -Wall -Werror -Wextra -pedantic -std=gnu89 4-puts.c 4-puts
- ./4-puts

* Repeat with other files or projects

## Author

* **Pericles Adjovi** <[Pericles001](https://github.com/Pericles001)>

## Aknowledgements

All work contained in this project was completed as part of the curriculum for ALX Africa Software Engineering program built upon Holberton School projects and materials. Holberton School is a campus-based full-stack software engineering program that prepares students for careers in the tech industry using project-based peer learning.

## Credits
For more information, visit these links.

* [ALX ](https://www.alxafrica.com/)
* [Holberton School](https://www.holbertonschool.com/)