linked-list-in-c
There are 27 repositories under linked-list-in-c topic.
Deepali-Srivastava/data-structures-and-algorithms-in-c
Data Structures and Algorithms ( DSA ) in C
Deepali-Srivastava/advanced-data-structures-and-algorithms-in-c
Advanced Data Structures and Algorithms in C ( DSA )
aydinnyunus/CProjects
C Projects
zakarouf/z_
An Easy-to-use Framework for the C Language.
nanafox/alx-low_level_programming
Low level programming with C, including Data Structures and Algorithms
Dare-marvel/Data-Structures-and-Competitive-Programming--DS-CP--
Your one-stop GitHub repo for competitive coding and data structures! 🤖 Curated notes, practice problems, and real-world applications. Sharpen your skills and ace those interviews! 💻🔥
jaydattpatel/C-Programs
C language Programs
madhurimarawat/Data-structure-using-C
This repository contains programs in the C programming language related to Data Structures.
AijaRe/42Porto_libft
Libft. This project is about coding a C library. Libc functions, some additional functions for string manipulation, basics for linked lists.
Xenoids/C-Linked-List
Linked List in C Programming Language
aadeetyeah/LinkedList100
100 Coding Problems and Solutions of LinkedList in C
andersonhsporto/ft-push-swap
Sort Data on a Stack, With a Limited Set of Instructions, Using the Lowest Possible Number of Actions
SamuraiPolix/Systems-Programming-A-Ex3
Linked List project in C to practice using strings and dynamic memory allocation, as an assignment in Systems Programming A @ Ariel University
savolla/data-tractors
Very detailed Data Structure implementations in C, C++ and Pseudo Code. Pseudo Code is mostly from CLRS book and organized for real world usage. Use this repo for DS reference or Interview prep
zhengliw/clist
Non-standard C linked list library
baraa99salah/LinkedList-in-C
Some important questions about LinkedList were written in C language. NOTE: the questions are in "list_questions" file.
merituulie/push_swap
A sorting algorithm to sort an integer array with two stacks. In addition to basic stack behavior the stack have the ability to be rotated for- and backwards. The algorithm sorts a list of 2, 3, 5, 100 and 500 in less than 1, 2, 8, 700 and 7000 moves on average.
ryan-ribeiro/Dinamic-Clipboard
Projeto final de curso da disciplina de Estrutura de dados 1 — Área de transferência dinâmica e multi-plataforma
Ya-Pasha-364shy/Algorithms
Algorithms, kata solutions, yandex contest tasks solutions, self-writed libraries on C with valgrind checks on possible memory leaks, other programs
aishikmukherjee/Linked-lists-in-C
Developer/Creator: Aishik Mukherjee
dalmacsernok/Project-Rewrite-Linked-List
Reimplementation of some basic, built-in features of C# language or its standard library, without using the feature itself or similar features.
Exauce-Malula/Generic_Data_Structures
A library that I am working on, a generic abstract data structure library for C/C++ utilising void pointers.
inside-the-div/linked-list-in-c
link list implementation in c language
josephcheel/42-Push_Swap
A data sorting algorithm program using two stacks in the lowest possible number of a specific set of actions
prasanna00019/Data-Structures
A comprehensive collection of fundamental data structure implementations in C
spongurat/Linked-Lists
A bunch of Linked List Examples. Purely for me to become even more familiar with this concept, such that I would be able to implement it in almost any scenario (hopefully).
TzStrikerYT/holbertonschool-low_level_programming
✅ This repository contains different projects that i used to learn C, contains the most basic for example Hello World until most complex topics how binary trees, Linked lists and sort algorithms.