This program modifies the registration system from parts 1 and 2 by splitting the program into two source files and one header file, following modular programming principles.
-
Updated
Dec 14, 2024 - C
This program modifies the registration system from parts 1 and 2 by splitting the program into two source files and one header file, following modular programming principles.
Collection of C libraries to work with Data-Structures
Set of Algorithms.
Practical work completed in Advanced Data Structures (EDA) as part of the Computer Systems Engineering course at IPCA.
Low Level Programming with C 🐱🏍
Bare-bones data structures in C
This repository contains basic to intermediate/advance (complete) tasks in the C programming language, as provided by ALX Software Engineering
Three different implementations of the same system: Dynamic Array, Linked-List, and Abstract Data Type
A structured collection of data structures & algorithms implemented in C. Includes graphs, trees, recursion, DP, sorting, and more.
Solutions to 42's intermediate-level exams
Labs done in Data Structures II @ WLU, programmed in C. Topics include:
C implementation of a mini social media platform with user management, post/repost systems, feeds, and graph-based friend interactions
Push Swap is a C program that sorts integers using two stacks and a limited set of operations (push, swap, rotate). Designed to minimize the number of moves, it demonstrates expertise in algorithm optimization, data structure manipulation, recursion, and efficient memory management, showcasing advanced problem-solving skills.
Implementation of De-Morgan's laws using linked list and color coding
A comprehensive collection of C programming projects focusing on fundamental data structures, algorithms, and classic programming exercises for educational purposes.
My solutions, in C, to the daily coding challenge provided by The Daily Byte. If you want to sign up to these challenges, do so at https://thedailybyte.dev/
A simple api for working with linked lists.
ALX Low Level Programming in C curriculum covering fundamentals, data structures like linked lists and hash tables, and advanced topics such as dynamic memory allocation and file operations.
Welcome to Libft - your go-to for C programming! Packed with tailored functions, whether you're a beginner or pro. From strings to lists, Libft boosts your code. Unleash C's power with tools to elevate your projects. Explore, code, dominate with Libft.
Add a description, image, and links to the linked-lists topic page so that developers can more easily learn about it.
To associate your repository with the linked-lists topic, visit your repo's landing page and select "manage topics."