/structure

Several languages of data structure practice

Primary LanguageC

Introduction

Simple data structures practice.

What included

  • c version, list(two implementions), 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.