https://github.com/nanafox/alx-low_level_programming
Low level programming with C, including Data Structures and Algorithms
https://github.com/nanafox/alx-low_level_programming
algorithms-and-data-structures linked-list-in-c printf shell system-programming
Last synced: 6 months ago
JSON representation
Low level programming with C, including Data Structures and Algorithms
- Host: GitHub
- URL: https://github.com/nanafox/alx-low_level_programming
- Owner: nanafox
- Created: 2023-09-07T08:51:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T00:00:41.000Z (over 1 year ago)
- Last Synced: 2025-05-13T00:16:45.739Z (6 months ago)
- Topics: algorithms-and-data-structures, linked-list-in-c, printf, shell, system-programming
- Language: C
- Homepage:
- Size: 209 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Low level programming with C
This repo contains solutions to low level programming tasks in the ALX Software Engineering program.
## What's Covered?
Here's a list (not exhaustive) of the topics you can find here...
- Functions
- Data Structures
- Arrays
- Linked Lists
- Singly Linked Lists
- Doubly Linked Lists
- Algorithms
- Searching
- Sorting
- Hash tables
- Stacks
- Recursion
- Etc.