An open API service indexing awesome lists of open source software.

https://github.com/sysulq/data_struct

Common data structures
https://github.com/sysulq/data_struct

Last synced: about 1 year ago
JSON representation

Common data structures

Awesome Lists containing this project

README

          

Introduction
==============

Simple data structures practice.

What included
==============

* c version, list, stack and binary tree only.

* java version, list, stack and binary tree only.

* objective c version, list only.

* cpp version, list only.

Note
=============

Becuase these two language specific implemention is done in same period,
so variable and functions names are mostly consistent.

Todo
==============

* Add hashtable.

* Add general tree.

* Add ant build for java version.