Giter Site home page Giter Site logo

gdsl's Introduction

  GDSL - Generic Data Structures Library
  $Id: README,v 1.18 2012/08/21 14:01:03 ndarnis Exp $
  ______________________________________________________________________________

  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.

     

gdsl's People

Contributors

sjchao avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.