80 skills found · Page 1 of 3
klaudiosinani / SinglieSingly circular and linear linked lists
skorks / C Linked ListA quick linked list (singly linked) implementation in C, including a reversing function
pmj / GenccontGeneric containers in C. So far: singly & doubly linked lists, a singly-linked queue, a hash table and a binary search tree. As type-safe as I can make them in C. Simple to use and hack; very embeddable - works in user space and in-kernel; 0 build requirements: not even libc needed; can easily cherry-pick only needed source files. zlib license.
kamal-choudhary / Singly Linked ListThis project was made for codementor.io users. I wrote a blog-post there and this project is necessary to implement ideas discussed in the post.
hit9 / C ListSingly linked list in C. Alternative implementation at https://github.com/hit9/C-Snip
Mustafa-Hassan2001 / DSA ProjectThis project is on Hostel Management System, in which we are using Circular Linked List, Doubly Linked List, Singly Linked List, Queue, Marge Sort, Quick Sort, Bubble Sort, Recursion and some concepts of OOP.
contain-rs / Cons ListAn immutable singly-linked list, as seen in basically every functional language
kalkih / Singlyricly🎤 Song lyrics synchronized with your Spotify playback
Simsilica / ExamplesExample applications for various Simsilica libraries, singly or in combination.
robrix / ListSingly-linked lists in Swift.
klaudiosinani / DoublieDoubly circular & linear linked lists for ES6
ropeonfire / FortranHashDictA Key-Value Dictionary for Fortran implemented with a hashtable and singly-linked lists.
danielkylewood / Concurrent Linked ListThread-safe singly linked list
khetan2 / MBEMLearning From Noisy Singly-labeled Data
joshed-io / Weeveweeve is an HTML5 Twitter uber-streaming app powered by Firebase, Keen IO and Singly
lowleveltv / Singly Linked ListNo description available
ADiTyaRaj8969 / LinkedListClear C++ implementation of singly, doubly, and circular linked lists.
Zohaib-Sathio / Data Structures AlgorithmsThis repo contains the implementation of data structures: LinkedList, Stack(Array and LinkedList implementation), Queue (Doubly LinkedList), Queue (Singly LinkedList), Reverse Polish Notation (RPN) algorithm, Binary & AVL Tree, HashTable, Graph and Tower of Hanoi algorithm.
ilies1511 / Mini Garbage CollectorSimple garbage collection system in C using a singly linked list to manage dynamically allocated memory. The system ensures that all allocated memory is tracked and freed, preventing memory leaks. Additionally, a cleanup function (main_cleanup) is provided to free all memory and reset the garbage collector when the program terminates.
ChrisRackauckas / LinkedLists.jlA repository for singly and doubly linked lists in Julia