🇨🇳 中文: README.zh-CN.md
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.
- Sequential List
- Linked List
- Binary Tree
- Graph (Adjacency List)
- File Persistence
- Interactive Console Program
Data-Structures-Lab
├── README.md
├── README.zh-CN.md
├── LICENSE
├── .gitignore
├── docs
│ └── 数据结构实验报告.pdf
└── src
├── 1顺序线性表
├── 2链表线性表
├── 3二叉树
└── 4图(邻接表)
- Language: C / C++
- IDE: Xcode
- Compiler: Apple Clang
- Platform: macOS
The complete laboratory report is available in docs/数据结构实验报告.pdf.
Licensed under the MIT License.
GitHub: @JimmyZheng6