Git Product home page Git Product logo

libds's Introduction

Build Status

Codeship Status for Incarnation-p-lee/libds

codecov

Coverage Status

Open Source Love

GPL Licence

star this repo

fork this repo

UNIFIED DATA STRUCTURE IMPLEMENTATION LIB OF C LANGUAGE

build

  make            :Default debug build
  make RELEASE=1  :Release build
  make V=1        :Verbose build
  make COVERAGE=1 :Coverage build

Output

  bin/ds.elf
  bin/libds.a
  bin/libds.so
  src/inc/data_structure_interface.h

Design

This project export sorts of API of data structure with libds.so or libds.a.

List

The following data structure implemented in this project.
1. Linked list
    a. single linked list
    b. doubly linked list
    c. skip linked list
2. Stack
    a. array stack
    b. linked stack
3. Queue
    a. array queue
    b. stacked queue
    c. doubly end queue
4. Tree
    a. binary search tree
    b. avl tree
    c. splay tree
    d. binary indexed tree
    e. trie tree
5. Hash
    a. separate chain hash
    b. open addressing hash
    c. bitmap
6. Heap
    a. minimal heap
    b. maximal heap
    c. min-max heap
    d. leftist heap
7. Sort
    a. insertion sort
    b. shell sort
    c. heap sort
    d. merge sort
    e. quick sort
8. Set
    a. disjoint set
9. Graph
    a. directed graph           [in process]
    b. indirected graph         [in process]
10. Lock
    a. spin lock
    b. semaphore
    c. mutex

----- to be continue -----

libds's People

Contributors

incarnation-p-lee avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

ywhwang

libds's Issues

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.