Pericles001 / alx-low_level_programming

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Requirements

Working with this project require you to have some tools installed:

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

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.

About

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


Languages

Language:C 98.7%Language:Python 0.6%Language:Assembly 0.4%Language:Shell 0.3%