Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zxc479773533/HUST-DataStructure-Labs

Hust data structure labs 2017 winter.
https://github.com/zxc479773533/HUST-DataStructure-Labs

Last synced: about 2 months ago
JSON representation

Hust data structure labs 2017 winter.

Awesome Lists containing this project

README

        

# HUST-DataStructure-Labs

Hust Data Structures labs 2017

Some naive data structure implementions.

Each lab should include a demo system.

Compileing Environment: `Arch linux 4.14.8-1` `gcc7.2.1`

* lab01: Linear list

* lab02: Link list

* lab03: Binary tree

* lab04: Graph