Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures Lab

🇨🇳 中文: README.zh-CN.md

Overview

This repository contains C/C++ implementations of classic data structures developed for the Data Structure Experiments course at Huazhong University of Science and Technology (HUST).

The project covers fundamental data structures and algorithms, including sequential lists, linked lists, binary trees, and graphs, with corresponding laboratory documentation.

Features

  • Sequential List
  • Linked List
  • Binary Tree
  • Graph (Adjacency List)
  • File Persistence
  • Interactive Console Program

Project Structure

Data-Structures-Lab
├── README.md
├── README.zh-CN.md
├── LICENSE
├── .gitignore
├── docs
│   └── 数据结构实验报告.pdf
└── src
    ├── 1顺序线性表
    ├── 2链表线性表
    ├── 3二叉树
    └── 4图(邻接表)

Environment

  • Language: C / C++
  • IDE: Xcode
  • Compiler: Apple Clang
  • Platform: macOS

Documentation

The complete laboratory report is available in docs/数据结构实验报告.pdf.

License

Licensed under the MIT License.

Author

GitHub: @JimmyZheng6

About

C/C++ implementations of classic data structures for the HUST Data Structures course. 华中科技大学《数据结构实验》课程项目,使用 C/C++ 实现经典数据结构。

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages