Linked List in C Programming Language
-
Updated
Mar 19, 2021 - C++
Linked List in C Programming Language
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
Algorithms, kata solutions, yandex contest tasks solutions, self-writed libraries on C with valgrind checks on possible memory leaks, other programs
A library that I am working on, a generic abstract data structure library for C/C++ utilising void pointers.
A C program that stores and manages slang words. Able to add new entries, look for a specific word, view all words, and search for all words with a certain prefix.
Add a description, image, and links to the linked-list-in-c topic page so that developers can more easily learn about it.
To associate your repository with the linked-list-in-c topic, visit your repo's landing page and select "manage topics."