Menu

Tree [89d3cc] master /
 History

HTTPS access


File Date Author Commit
 include 2012-02-09 shubhro shubhro [89d3cc] After code cleanup
 src 2012-02-09 shubhro shubhro [89d3cc] After code cleanup
 COPYING 2011-07-05 Shubhro Sinha Shubhro Sinha [411cbc] The initial commit. This contains the basic mak...
 Makefile 2012-02-09 shubhro shubhro [89d3cc] After code cleanup
 README 2011-07-09 Shubhro Sinha Shubhro Sinha [24c12d] Updated README

Read Me

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