Skip to content

ZYONGE/DataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

C Badge

DataStructure

Practice the basic concepts of data structures.

Tech Stack

  • C
  • Terminal / Command Line

Feature

  • Implementation of basic data structures
  • Understanding memory management in C

How to Compile and Run

1. Windows

Use MinGW / WSL / GCC

gcc main.c -o main
main.exe

2. MacOS / Linux

gcc main.c -o main
./main

Project Structure

DataStructure/
├── .gitignore
├── chap01/
├── chap02/
├── ...
└── README.md

License

This project was created for educational purposes. Free to use for study and practice.

Author

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.

About

Practice the basic concepts of data structures.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors