C++ standard library containers for C
-
Updated
Aug 28, 2025 - C
C++ standard library containers for 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.
Solutions to 42's intermediate-level exams
This repo contains programs(well explained) of Data Structures and Algorithms.
Bare-bones data structures in C
This repository includes code implementations of various data structures in C, created while practicing and learning core data structure concepts. It covers structures and algorithms such as Arrays, Stacks, Queues, Linked Lists, Trees, Graphs, Sorting and Searching, Recursion, and Dynamic Programming.
Stacks implementation in C programming.
A micro project on Comparision on Linked List and Binary Search Tree
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
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 comprehensive collection of C programming projects focusing on fundamental data structures, algorithms, and classic programming exercises for educational purposes.
Linked List project in C to practice using strings and dynamic memory allocation, as an assignment in Systems Programming A @ Ariel University
An easy-to-use, feature-rich linked list API written in C with support for both primitive types and user-defined structs.
A linked list implemented as stack
Student records system implemented in C using list of arrays, linked lists and AVL trees.
Food Order Management System in C
A comprehensive C library implementing essential functions for memory management, string handling, and linked lists.
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."