Skip to content

Mirror of libgdsl, the Generic Data Structures Library in C

License

Notifications You must be signed in to change notification settings

zhufengGNSS/gdsl

Repository files navigation

#GDSL - Generic Data Structures Library Introduction

The Generic Data Structures Library (GDSL) is a collection of routines for generic data structures manipulation. It is a portable and re-entrant library fully written from scratch in pure ANSI C. It is designed to offer for C programmers common data structures with powerful algorithms, and hidden implementation. Available structures are lists, queues, stacks, hash-tables, binary trees, search binary trees, red-black trees, 2D arrays, permutations, heaps and interval heaps.

The GDSL library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

The GDSL library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with the GDSL library; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.

Files

Read the COPYING file for license terms.

Read the INSTALL file to learn about how to install GDSL on your operating system.

Read the ChangeLog file for detailed changes informations between files releases.

Read the NEWS file for news about latest GDSL versions.

Read the AUTHORS file for list of authors who have highly contributed to this projet.

Read the THANKS file for list of authors who have directly and/or indirectly contributed to this project.

Read the TODO file to see work planed for futures versions.

Documentation

The doc/ directory contains the documentation:

  • man3/ contains the reference manual as man pages.
  • html/ contains the reference manual as HTML files.
  • latex/ contains the reference manual as PostScript, PDF and DVI files.

Installation

Read INSTALL file for standard installation instructions.

Informations

GDSL project homepage: http://www.nongnu.org/gdsl/. From this page, you'll be able to contact authors.

Usage

Simply include '#include <gdsl.h>' into your source C file. Include 'gdsl-config --flags' to your compilation command. Include 'gdsl-config --libs' to your link command.

Then, you can use any of the functions described in the main GDSL header file: 'gdsl.h'.

Happy Hacking! The GDSL Team.

About

Mirror of libgdsl, the Generic Data Structures Library in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages