ebubecodes / alx-low_level_programming

sailing through the C

Repository from Github https://github.comebubecodes/alx-low_level_programmingRepository from Github https://github.comebubecodes/alx-low_level_programming

Low Level Programming & Algorithms

This repository contains programs written for the Low-Level Programming track at Alx. It covers basic and foundational concepts under Data structures and Algorithms as well as Linux and Unix system programming.

Description

In this repository, each folder illustrates an essential concept of programming, specific to the C programming language. The file names reference the concepts (i.e. pointers, recursion, malloc, free, structures, function pointers, variadic functions, linked lists, etc). Inside these folders are files containing bash scripts and functions around that particular concept. Some functions are re-creations of functions found in the C standard libraries (i.e. _memcpy, _strlen, etc).

List of Projects

Environment

  • Language: C
  • OS: Ubuntu 20.04 LTS
  • Compiler: gcc 4.8.4
  • Style guidelines: Betty style

Credits

Work is owned and maintained by Ebube Ochemba.

Acknowledgements

All work contained in this project was completed as part of the curriculum for Alx. ALX is a leading technology training provider, built to accelerate the careers of young Africans through the technology and professional skills that enable them to thrive in the digital economy. The program prepares students for careers in the tech industry using project-based peer learning. For more information, visit.

About

sailing through the C


Languages

Language:C 99.6%Language:Shell 0.2%Language:Python 0.2%Language:Makefile 0.0%