{"id":20814440,"url":"https://github.com/sangaryousmane/alx-low_level_programming","last_synced_at":"2026-05-21T13:10:13.194Z","repository":{"id":147209208,"uuid":"614770998","full_name":"sangaryousmane/alx-low_level_programming","owner":"sangaryousmane","description":"This repository is for all ALX low level programming task ","archived":false,"fork":false,"pushed_at":"2023-12-12T06:30:40.000Z","size":434,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T00:02:09.336Z","etag":null,"topics":["bit-manipulation","c","compiler","hashtable","linkedlist","makefiles","programming-language","recursion","searching-algorithms"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sangaryousmane.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-16T09:35:29.000Z","updated_at":"2023-12-12T06:00:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"96d476fc-ea4d-475b-8644-28c64965b051","html_url":"https://github.com/sangaryousmane/alx-low_level_programming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sangaryousmane/alx-low_level_programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangaryousmane%2Falx-low_level_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangaryousmane%2Falx-low_level_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangaryousmane%2Falx-low_level_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangaryousmane%2Falx-low_level_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sangaryousmane","download_url":"https://codeload.github.com/sangaryousmane/alx-low_level_programming/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sangaryousmane%2Falx-low_level_programming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33301664,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"ssl_error","status_checked_at":"2026-05-21T12:22:11.673Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bit-manipulation","c","compiler","hashtable","linkedlist","makefiles","programming-language","recursion","searching-algorithms"],"created_at":"2024-11-17T21:16:19.098Z","updated_at":"2026-05-21T13:10:13.161Z","avatar_url":"https://github.com/sangaryousmane.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Low-Level Programming with C  - Data Structures, Sorting, Searching, Hast Tables, Singly and Doubly Linked Lists, Recursions and more Algorithms\n\n### What is in here ?\n\u003e This repository contains programs written for the low-level programming and\nalgorithm section of the ALX software engineering program. Visit [ALX ](https://www.alxafrica.com/)\nto learn more of about ALX SE.\n\n## Description\n\nThe repository is divided into sections of projects, open the one you need\n\n* [0x00. C - Hello, World](./0x00-hello_world)\n* [0x01. C - Variables, if, else, while](./0x01-variables_if_else_while)\n* [0x02. C -Functions_nested_loops](./0x02-functions_nested_loops)\n* [0x03. C-Debugging](./0x03-debugging)\n* [0x04. C - More functions, more nested loops](./0x04-more_functions_nested_loops)\n* [0x05. C - Pointers, arrays and strings](./0x05-pointers_arrays_strings)\n* [0x06. C - Pointers, arrays and strings](./0x06-pointers_arrays_strings)\n* [0x07. C - Even more pointers, arrays and strings](./0x07-pointers_arrays_strings)\n* [0x08. C - Recursion](./0x08-recursion)\n* [0x09. C - Static libraries](./0x09-static_libraries)\n* [0x10. C - Variadic functions](./0x10-variadic_functions)\n* [0x11. C - Printf](./0x11-printf)\n* [0x12. C - Singly linked lists](./0x12-singly_linked_lists)\n* [0x13. C - More singly linked lists](./0x13-more_singly_linked_lists)\n* [0x14. C - Bit manipulation](./0x14-bit_manipulation)\n* [0x16. C - Simple Shell](./0x16-simple_shell)\n* [0x15. C - File input output](./0x15-file_io)\n* [0x16. C - Simple Shell](./0x16-simple_shell)\n* [0x17. C - Doubly linked lists](./0x17-doubly_linked_lists)\n* [0x18. C - Dynamic libraries](./0x18-dynamic_libraries)\n* [0x19. C - Stacks,Queues LIFO-FIFO](./0x19-stacks_queues_lifo_fifo)\n* [0x0A. C - argc, argv](./0x0A-argc_argv)\n* [0x0B. C - malloc, free](./0x0B-malloc_free)\n* [0x0C. C - more malloc, free](./0x0C-more_malloc_free)\n* [0x0D. C - preprocessor](./0x0D-preprocessor)\n* [0x0E. C - Structures, typedef](./0x0E-structures_typedef)\n* [0x0F. C - Variadic functions](./0x0F-variadic_functions)\n* [0x1A. C - Hash tables](./0x1A-hash_tables)\n* [0x1B. C - Sorting algorithms \u0026 Big O ](./0x1B-sorting_algorithms)\n* [0x1C. C - Makefiles](./0x1C-makefiles)\n* [0x1D. C - Binary trees](./0x1D-binary_trees)\n* [0x1E. C - Search Algorithms](./0x1E-search_algorithms)\n\n\n## Project Requirements\n\nYou have to install the following tools to work with any of these projects\n* GCC : [GNU Compiler](https://gcc.gnu.org/)\n* Betty  : [C code checker](https://github.com/holbertonschool/Betty.git) \n\n\n## How to navigate the repo?\n\nTo access any project, please follow the below steps:\n\n* clone the repository\n\n\n        - git clone https://github.com/sangaryousmane/alx-low_level_programming.git\n        - cd alx-low_level_programming\n\n\n* open any project in this repository, example: say the hello world project\n\n\n\n        - cd [0x00. C - Hello, World](./0x00-hello_world)\n\n\n* To test? do like this:\n\n\n\n        - gcc -Wall -Werror -Wextra -pedantic -std=gnu89 4-puts.c 4-puts\n        - ./4-puts\n  \n* Do the same thing with any project of your choice\n\n\n## Author\n\n* **Ousmane Sangary** \u003c[sangaryousmane](https://github.com/sangaryousmane)\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsangaryousmane%2Falx-low_level_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsangaryousmane%2Falx-low_level_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsangaryousmane%2Falx-low_level_programming/lists"}