Course: DataStructure University: Tech University of Korea (TUK)
This repository contains practice code created while studying DataStructure Course.
The purpose of this project is to:
- practice core concepts
- organize lecture exercises
- build a structured learning record
- C
- Git
- GitHub
- Visual Studio Code
This repository includes examples that demonstrate:
- Stack implementation
- Queue implementation
- Linked list implementation
- and so on...
[PROJECT_NAME]/
├── Chap_0313/ #
├── Chap_(mmdd)/ # Upload date
├── Chap_[03]/ #
├── ...
├── LICENSE # MIT License
├── .gitignore
└── README.md
This project is licensed under the MIT License.
See the LICENSE file for details.
Name: Jiyong Kim (ZYONGE)
Profile: https://github.com/ZYONGE
To build a foundational understanding of Data structure through structured practice and experimentation.