Libdatastruct

Libdatastruct is an ANSI C library for abstract data types (ADT) and common algorithms.
Download

Libdatastruct Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Davidlohr Bueso Arnett
  • Publisher web site:
  • http://www.igloo.cl/~dave/software/libdatastruct/

Libdatastruct Tags


Libdatastruct Description

Libdatastruct is an ANSI C library for abstract data types (ADT) and common algorithms. Libdatastruct is an ANSI C library for abstract data types (ADT) and common algorithms. Since it uses some compiler specific optimization methods, it is compatible for any GCC (or compatible) compiler.This helps the programmer focus on other, usually more important, aspects of the program, and not have to reinvent the wheel.Memory has been considered a vital factor, so problems in it's management have been (or tried to) avoided, therefore memory leaks, use of uninitialized memory, reading/writing invalid blocks, etc. are a constant preoccupation.These are not original algorithms, they have been used for years, and are a fundamental part of computer science.Installation:makemake installUsage:compilation: cc program.c -ldatastruct -Wall -o program


Libdatastruct Related Software