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
- Host: GitHub
- URL: https://github.com/sysulq/data_struct
- Owner: sysulq
- Created: 2013-02-04T14:09:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-04T14:11:18.000Z (over 13 years ago)
- Last Synced: 2025-02-13T04:47:21.851Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.