Skip to content

sysulq/data_struct

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.