Banjo API 0.0.1
Multi-purpose C99 API
Loading...
Searching...
No Matches
Algorithms

Data manipulation objects. More...

Collaboration diagram for Algorithms:

Detailed Description

Banjo API provides a set of containers and algorithm used for memory storage and manipulation.

Name Summary
bj_array C-Style contiguous array
bj_list Forward-only linked list
bj_htable Unordered associative container

Algorithms purpose is to provide your code with organized memory. Choosing the right container for the right purpose entirely depends upon your expected interface and complexity.

Topics

 Array
 The bj_array type is a sequence container that encapsulates dynamic C-style arrays.
 
 Hash Table
 API related to the bj_htable object.
 
 List
 API related to the bj_list object.