Aimmit / structure

Several languages of data structure practice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 38.7%Language:Java 18.6%Language:C++ 12.0%Language:Objective-C 9.3%Language:Makefile 6.8%Language:Python 3.6%Language:Lua 3.1%Language:Gnuplot 3.0%Language:CMake 2.5%Language:Ruby 2.4%