Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 497 Bytes

README.markdown

File metadata and controls

30 lines (18 loc) · 497 Bytes

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.