Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abxh committed Oct 20, 2024
1 parent 22ef728 commit 0cbdb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Asserts are used to check various assumptions. Use `NDEBUG` flag to turn off ass
| [fpqueue.h](https://github.com/abxh/data-structures-c/blob/main/lib/fpqueue.h) | Fixed-size priority queue based on binary (max-)heap | [Documentation](https://abxh.github.io/data-structures-c/fpqueue_8h.html) |
| [fhashtable.h](https://github.com/abxh/data-structures-c/blob/main/lib/fhashtable.h) | Fixed-size open-adressing hashtable (robin hood hashing) | [Documentation](https://abxh.github.io/data-structures-c/fhashtable_8h.html) |
| [arena.h](https://github.com/abxh/data-structures-c/blob/main/lib/arena.h) | Arena allocator | [Documentation](https://abxh.github.io/data-structures-c/arena_8h.html) |
| [pool.h](https://github.com/abxh/data-structures-c/blob/main/lib/arena.h) | Pool allocator | [Documentation](https://abxh.github.io/data-structures-c/arena_8h.html) |
| [pool.h](https://github.com/abxh/data-structures-c/blob/main/lib/pool.h) | Pool allocator | [Documentation](https://abxh.github.io/data-structures-c/pool_8h.html) |
| [freelist.h](https://github.com/abxh/data-structures-c/blob/main/lib/freelist.h) | Best-fit free list allocator (with underlying free tree) | [Documentation](https://abxh.github.io/data-structures-c/freelist_8h.html) |
| [list.h](https://github.com/abxh/data-structures-c/blob/main/lib/list.h) | Intrusive circular doubly linked list | [Documentation](https://abxh.github.io/data-structures-c/list_8h.html) |
| [rbtree.h](https://github.com/abxh/data-structures-c/blob/main/lib/rbtree.h) | Intrusive red-black tree | [Documentation](https://abxh.github.io/data-structures-c/rbtree_8h.html) |
Expand Down

0 comments on commit 0cbdb7e

Please sign in to comment.