nanafox / alx-low_level_programming

Low level programming with C, including Data Structures and Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Low level programming with C, including Data Structures and Algorithms


Languages

Language:C 98.4%Language:Python 0.8%Language:Shell 0.5%Language:Assembly 0.3%