Added Linked List

Link: https://github.com/ivanseidel/LinkedList
This commit is contained in:
Önder Ertan 2021-10-06 21:03:56 +03:00 committed by GitHub
parent a8b2fffe87
commit d61933cc52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ as C/C++, as this is not an obstacle to most users.)
|**[DG_dynarr.h](https://github.com/DanielGibson/Snippets/)** | **public domain** |C/C++|**1**| typesafe dynamic arrays (like std::vector) for plain C
| [DynaVar](https://github.com/ArjArav98/DynaVar) | GPL-3.0 | C++ | 1 | Object which can store any type of primitive data type
| [klib](http://attractivechaos.github.io/klib/) | MIT |C/C++| 2 | many 2-file libs: hash, sort, b-tree, etc
| [LinkedList](https://github.com/ivanseidel/LinkedList) | MIT |C/C++| 2 | Linked list C++
| [libpqueue](https://github.com/vy/libpqueue) | BSD |C/C++| 2 | priority queue (heap)
| [minilibs](https://github.com/ccxvii/minilibs) | **public domain** | C | 2 | two-file binary tress (also regex, etc)
| [PackedArray](https://github.com/gpakosz/PackedArray) | **WTFPLv2** | C | 2 | memory-efficient array of elements with non-pow2 bitcount