Merge pull request #13 from vy/master

Add libpqueue.
This commit is contained in:
Sean Barrett 2016-12-17 04:18:38 -08:00 committed by GitHub
commit a2b4ae5541
1 changed files with 1 additions and 0 deletions

View File

@ -114,6 +114,7 @@ as C/C++, as this is not an obstacle to most users.)
| [minilibs](https://github.com/ccxvii/minilibs) | **public domain** | C | 2 | two-file binary tress (also regex, etc)
|**[DG_dynarr.h](https://github.com/DanielGibson/Snippets/)** | **public domain** |C/C++|**1**| typesafe dynamic arrays (like std::vector) for plain C
| [chobo-shl](https://github.com/Chobolabs/chobo-shl) | MIT | C++ |**1**| several C++11 standard contaner like libraries and helpers
| [libpqueue](https://github.com/vy/libpqueue) | BSD |C/C++| 2 | priority queue (heap)
#files & filenames
| library | license | API |files| description