Skip to content
/ libds Public

libds is a collection of header only data structures

License

Notifications You must be signed in to change notification settings

aichingm/libds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libds

Libds is a collection of header only data structures, released under the AGPL-3.0-only.

List

list.h: a simple to use zero allocation doubly linked list.

Hash Map

hmap.h: a open addressing hash map using linear probing as collision resolution mechanism.

License

Copyright (C) 2024 Mario Aichinger <aichingm@gmail.com>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.

About

libds is a collection of header only data structures

Topics

Resources

License

Stars

Watchers

Forks