[Gambas-devel-svn] SF.net SVN: gambas:[6402] gambas/trunk/main/lib/data
Brought to you by:
gambas
From: <tob...@us...> - 2014-07-28 03:34:32
|
Revision: 6402 http://sourceforge.net/p/gambas/code/6402 Author: tobiasboe Date: 2014-07-28 03:34:24 +0000 (Mon, 28 Jul 2014) Log Message: ----------- [GB.DATA] * NEW: Heap is a new class that implements a Min- or MaxHeap, depending upon a mode parameter to its constructor. It supports some advanced ways to manipulate the contained data -- beyond the first entry. Modified Paths: -------------- gambas/trunk/main/lib/data/Makefile.am gambas/trunk/main/lib/data/TODO gambas/trunk/main/lib/data/main.c Added Paths: ----------- gambas/trunk/main/lib/data/c_heap.c gambas/trunk/main/lib/data/c_heap.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |