C Projects
-
Updated
May 7, 2020 - C
C Projects
I've always thought it would be interesting to try and build the core algorithms. My hope is that others can benefit from this.
This repo contains programs(well explained) of Data Structures and Algorithms.
Solutions to 42's intermediate-level exams
Bare-bones data structures in C
A micro project on Comparision on Linked List and Binary Search Tree
Stacks implementation in C programming.
Student records system implemented in C using list of arrays, linked lists and AVL trees.
An easy-to-use, feature-rich linked list API written in C with support for both primitive types and user-defined structs.
Linked List project in C to practice using strings and dynamic memory allocation, as an assignment in Systems Programming A @ Ariel University
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.
A data structure is an arrangement of data in a computer's memory or even disk storage. An example of several common data structures are arrays, linked lists, queues, stacks, binary trees, and hash tables
Writing my own library with standard functions in C.
Food Order Management System in C
A comprehensive C library implementing essential functions for memory management, string handling, and linked lists.
A linked list implemented as stack
Labs done in Data Structures II @ WLU, programmed in C. Topics include:
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.
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."