All Projects → mellowcandle → Liblist

mellowcandle / Liblist

Generic Linked list Management Library in C

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Liblist

Interview Questions
List of all the Interview questions practiced from online resources and books
Stars: ✭ 187 (+750%)
Mutual labels:  datastructures, linked-list, queue
Data-structures
Data Structures in Java
Stars: ✭ 13 (-40.91%)
Mutual labels:  linked-list, queue, datastructures
Containers
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
Stars: ✭ 125 (+468.18%)
Mutual labels:  datastructures, list, queue
C Macro Collections
Easy to use, header only, macro generated, generic and type-safe Data Structures in C
Stars: ✭ 192 (+772.73%)
Mutual labels:  datastructures, list, queue
Datastructure
常用数据结构及其算法的Java实现,包括但不仅限于链表、栈,队列,树,堆,图等经典数据结构及其他经典基础算法(如排序等)...
Stars: ✭ 419 (+1804.55%)
Mutual labels:  datastructures, list, queue
Learningmasteringalgorithms C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Stars: ✭ 615 (+2695.45%)
Mutual labels:  linked-list, list, queue
Atomic queue
C++ lockless queue.
Stars: ✭ 373 (+1595.45%)
Mutual labels:  datastructures, multi-threading, queue
Cdsa
A library of generic intrusive data structures and algorithms in ANSI C
Stars: ✭ 549 (+2395.45%)
Mutual labels:  datastructures, linked-list, queue
Data-Structures-and-Algorithms
Implementation of various Data Structures and algorithms - Linked List, Stacks, Queues, Binary Search Tree, AVL tree,Red Black Trees, Trie, Graph Algorithms, Sorting Algorithms, Greedy Algorithms, Dynamic Programming, Segment Trees etc.
Stars: ✭ 144 (+554.55%)
Mutual labels:  linked-list, queue
Data-Structures-and-Algorithms
Data Structures and Algorithms implementation in Python
Stars: ✭ 31 (+40.91%)
Mutual labels:  linked-list, queue
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (+1054.55%)
Mutual labels:  list, queue
DSA
Data Structures and Algorithms
Stars: ✭ 13 (-40.91%)
Mutual labels:  queue, datastructures
AlgoDaily
just for fun
Stars: ✭ 118 (+436.36%)
Mutual labels:  linked-list, queue
Redisson
Redisson - Redis Java client with features of In-Memory Data Grid. Over 50 Redis based Java objects and services: Set, Multimap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, MyBatis, RPC, local cache ...
Stars: ✭ 17,972 (+81590.91%)
Mutual labels:  list, queue
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (+250%)
Mutual labels:  linked-list, queue
Data Structures Algorithms
My implementation of 85+ popular data structures and algorithms and interview questions in Python 3 and C++
Stars: ✭ 273 (+1140.91%)
Mutual labels:  datastructures, linked-list
Data-Structures
Algorithmic Problems Solutions -- hash table code featured in geeksforgeeks
Stars: ✭ 44 (+100%)
Mutual labels:  linked-list, queue
Javascript Datastructures Algorithms
📚 collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book
Stars: ✭ 3,221 (+14540.91%)
Mutual labels:  linked-list, queue
Mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
Stars: ✭ 321 (+1359.09%)
Mutual labels:  list, queue
Competitive Programming
Contains solutions and codes to various online competitive programming challenges and some good problems. The links to the problem sets are specified at the beginning of each code.
Stars: ✭ 65 (+195.45%)
Mutual labels:  linked-list, queue

liblist - by Ramon Fried (2013)

Generic linked list management library in C

Build Status

Prerequisites

libllist will build on any Unix like machine. However, in order to run the test suites, check library must be downloaded and installed aswell. http://check.sourceforge.net/ In order to generate the documentation doxygen must be installed aswell.

HOW TO BUILD ?

$ make $ sudo make install

WHERE DOES IT INSTALLED TO ?

The library is installed in /usr/local/lib and the header to /usr/local/include

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].