savannah-register-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-register-public] [task #4887] Submission of Data Structure


From: sundaresh
Subject: [Savannah-register-public] [task #4887] Submission of Data Structure
Date: Tue, 1 Nov 2005 13:46:43 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)

URL:
  <http://savannah.gnu.org/task/?func=detailitem&item_id=4887>

                 Summary: Submission of Data Structure
                 Project: Savannah Administration
            Submitted by: cherio
            Submitted on: Tue 11/01/05 at 13:46
         Should Start On: Tue 11/01/05 at 00:00
   Should be Finished on: Fri 11/11/05 at 00:00
                Category: Project Approval
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Percent Complete: 0%
             Open/Closed: Open
                  Effort: 0.00

    _______________________________________________________

Details:

A new project has been registered at Savannah 
The project account will remain inactive until a site admin approve or
discard the registration.


######### REGISTRATION ADMINISTRATION #########

While this item will be useful to track the registration process, approving
or discarding the registration must be done using the specific "Group
Administration" page, accessible only to site administrators, effectively
logged as site administrators (superuser):

  <https://savannah.gnu.org/admin/groupedit.php?group_id=8081>


######### REGISTRATION DETAILS ######### 

Full Name:
----------
  Data Structure

System Group Name:
-----------------
  libds

Type:
-----
  non-GNU software &amp; documentation

License:
-------- 
  GNU General Public License V2 or later

Description:
------------
  A simple data structure library, originally C, later C++

1) linear data structures
     list.h , handles stacks, queues etc
2) non-linear data structures 
     table.h , all types of list, tree( balanced, binary,  
     proper (my design), 2-3, red-black, and any other)

3) searching (internal)
      lsearch, bsearch, hsearch, and possibly isearch
   external
      index's, Btree, Hash, Other types.

4) sorting (internal)
     all internal sort algo's
    external (merging), a few merge algo's

5) Have a file based vm package, have some memory management algo's.

The library is generic, and under development. Code on my system.
An old version of my hash management library at

http://sourceforge.net/project/showfiles.php?group_id=44165&package_id=66328&release_id=153203

Other Comments:
---------------
  Would very much like to work with like minded volunteers.
Preferably as a GNU project








    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/task/?func=detailitem&item_id=4887>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]