Skip to content

FroKCreativeTM/CPP_Data_Structure-Template-

Repository files navigation

Data structure with C++ Template

이 프로젝트는 어소트락 자료구조/알고리즘 영상을 보고 이를 바탕으로 작성한 코드들입니다.
코드의 출처는 LinkedList, Stack, Queue, Tree, BinaryTree는 어소트락 유튜브입니다.
링크 : https://www.youtube.com/channel/UCOPlo0wPx7Uo4p8e3GaW2KQ

List of writed project

Linear data structure

선형 자료구조란 자료를 구성할 때 이를 그려보면 Sequence를 가지고 구성되는 자료구조

non-linear datastructure

비선형 자료구조란 하나의 자료가 나온 뒤 그 자료를 잇는 후속 자료들이 여러개일 수 있는 자료구조이다.

About

190824 First Push

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages