sysulq / data_struct

Common data structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Common data structures


Languages

Language:C 46.0%Language:Java 20.2%Language:C++ 13.1%Language:Objective-C 10.8%Language:Python 3.9%Language:Lua 3.4%Language:Ruby 2.6%