Practice the basic concepts of data structures.
- C
- Terminal / Command Line
- Implementation of basic data structures
- Understanding memory management in C
Use MinGW / WSL / GCC
gcc main.c -o main
main.exegcc main.c -o main
./mainDataStructure/
├── .gitignore
├── chap01/
├── chap02/
├── ...
└── README.md
This project was created for educational purposes. Free to use for study and practice.
Name: Jiyong Kim (ZYONGE)
Profile: https://github.com/ZYONGE
Motivation: This repository was created to store and review the practice exercises from the DataStructure course.