C Generic Library 0.4.2 review

Download
by rbytes.net on

C Generic Library is a generic data structure library is a bunch of data structures that are designed and created in as generic a fas

License: BSD License
File size: 31K
Developer: Micah Villmow
0 stars award from rbytes.net

C Generic Library is a generic data structure library is a bunch of data structures that are designed and created in as generic a fashion as possible.

Each data structure will contain its own basic memory management, be able to handle any object type, and hopefully constraint to strict algorithmic constraints. When the library hits version 1.0, it will contain the following data structures:

Doubly Linked List - Done
List-based Queue - Done
List-based Deque - Done
List-based Stack - Done
Vector - Done
Vector-based Queue - Done
Vector-based Deque - Done
Vector-based Stack -Done
Binary Tree - Done(No BFS/DFS iterators)
Hash Table - In progress
Priority Queue - In progress
Heap - In progress
Memory Manager
Object Cache w/ Garbage Collection
AB Tree
Split Lists
RB Tree
AVL Tree

What's New in This Release:
Support for compilation on Windows using VS.net was added.

C Generic Library 0.4.2 search tags