An open API service indexing awesome lists of open source software.

https://github.com/jabellard/libds

libds - data structure library.
https://github.com/jabellard/libds

algorithm algorithms binary-heap binary-search-tree c data-structures gcc gcc-complier graph hash-table linked-list linux make queue stack vector

Last synced: about 2 months ago
JSON representation

libds - data structure library.

Awesome Lists containing this project

README

        

# libds - data structure library.

## I. Supported data strutures
### The currently supported data structures are as follows:
#### 1. Doubly-linked List
#### 2. Stack
#### 3. Queue
#### 4. Vector
#### 5. Hash Table
#### 6. Binary Search Tree
#### 6. Binary Heap
#### 7. Graph

## II. Instalation Guide
### To install on Linux, run the following commands:
```
make
sudo make install
[OPTIONAL] make clean
```