Skip to content

bigclean/structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Several languages of data structure practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published