GithubHelp home page GithubHelp logo

mikeraphk / c-data-structures Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 1.0 474 KB

A complete Data Structures library in C

License: MIT License

C 98.85% Makefile 1.15%
algorithms all-data-structs array binary-tree c data-structures directed-graph hashtable library lists

c-data-structures's Introduction

C Data Structures

Antonis Kalantzis

Mixalis Kostagiannis

Purpose

The purpose of this repository is to:

Provide a library writen in C with all the popular data structures that there are. We opted for a binary functionality:

  1. Easy to use. We wanted to provide ready-to-use data structs just like in high-level languages.

  2. Easy to understand code(style, variable names, types e.t.c). Providing solid algorithimic and theoretical foundations of the implementation of the structures. Also food for thought on the technical part and over all an opportunity of deepening C understanding.

How to use

- The library

  • ~Data-Structures/library$ make
  • There will be produced a file named BSdatastructs.a

  • #include any .h file you want to use and compile your main program with:

  • ~Data-Structures$ gcc -o foo foo.o -L. path/BSdatastructs.a -flags

- Specific Function

  • All functions have the format:

  • data_struct_function()
  • All structures use types of integers

  • Specific usage can be found in the documentation of each structure

Directories

assets/
└─── The files that are to be used as a path
headers/
└───The prototypes of the structs
library/
└───The final product with the makefile and the .a file
source/
└───The source code ( .c files)
README.md
└───*Sighs* Tony this is not a time for a mise en abyme...

The Data Structures:

c-data-structures's People

Contributors

mikeraphk avatar tonykalantzis avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

tonykalantzis

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.