Skip to content

Latest commit

 

History

History
77 lines (49 loc) · 1.29 KB

File metadata and controls

77 lines (49 loc) · 1.29 KB

DataStructure

Source code for the DataStructure course


Project Overview

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

Tech Stack

Language

  • C

Tools

  • Git
  • GitHub
  • Visual Studio Code

Features

This repository includes examples that demonstrate:

  • Stack implementation
  • Queue implementation
  • Linked list implementation
  • and so on...

Project Structure

[PROJECT_NAME]/
├── Chap_0313/                #
├── Chap_(mmdd)/              # Upload date
├── Chap_[03]/                # 
├── ...
├── LICENSE     # MIT License
├── .gitignore
└── README.md

License

This project is licensed under the MIT License.

See the LICENSE file for details.

Author

Name: Jiyong Kim (ZYONGE)
Profile: https://github.com/ZYONGE

Motivation:

To build a foundational understanding of Data structure through structured practice and experimentation.