BlueDS Code
Status: Planning
Brought to you by:
shubhros
| File | Date | Author | Commit |
|---|---|---|---|
| include | 2012-02-09 |
|
[89d3cc] After code cleanup |
| src | 2012-02-09 |
|
[89d3cc] After code cleanup |
| COPYING | 2011-07-05 |
|
[411cbc] The initial commit. This contains the basic mak... |
| Makefile | 2012-02-09 |
|
[89d3cc] After code cleanup |
| README | 2011-07-09 |
|
[24c12d] Updated README |
BlueDS is a library which aims to implement frequently used data structures and alogorithms in computer sience. It is meant to be fast and extremely programmer friendly. BlueDS is aimed to be platform independent and in the current avatar is tested on Linux (both 64 and 32 bits) and Windows (both 32 and 64bits). Compilation: To compile BlueDS library just untar the package and issue a make. For windows compilation it requires minGW libaries and compiler To used BlueDS the libbds library can be linked using cc -lbds program.c Hope people find it usable Releaselog: ----------- version 0.0.1: 1) Implementation of simple memory allocator