double-linked-list topic

List double-linked-list repositories

containers

109
Stars
42
Forks
Watchers

Containers backed by std.experimental.allocator

Regret

68
Stars
7
Forks
Watchers

[Moved to MavenCentral] An undo-redo Android library which works with any objects and with an easy implementation. Perfect for drawing, text and photo editing apps.

deque

18
Stars
2
Forks
Watchers

JavaScript implementation of a double-ended queue

Libft

26
Stars
2
Forks
Watchers

42 library of basic C functions - queues, lists, memory operations and more :smile:

dlist

15
Stars
2
Forks
Watchers

Five implementations of double linked lists to demonstrate generic data structures in C

DSA_1_UIU

25
Stars
0
Forks
Watchers

All DSA topics covered in UIU DSA-I course, both lab and theory courses. Check DSA-2 Topics: https://github.com/TashinParvez/Data_Structure_and_Algorithms_2_UIU

Data-Structure

15
Stars
1
Forks
Watchers

Data Structure and Algorithms

42_ft_containers

26
Stars
1
Forks
Watchers

School project: reimplement the STL containers (using allocator, double linked list and AVL binary trees).