본문 바로가기
{Programing}/Data Structure

STL - Array

by 탱타로케이 2021. 4. 29.

기본적으로 Vector와 같은 컨셉의 컨테이너.

 

선형구조를 가지고 있고 [] 연산자를 통해 인덱스 접근이 가능하다.

 

차이점은 길이를 늘이고 줄이는 함수가 없다.

 

www.cplusplus.com/reference/array/array/

 

array - C++ Reference

value_typeThe first template parameter (T)

www.cplusplus.com

 

'{Programing} > Data Structure' 카테고리의 다른 글

STL - queue, Priority_queue, deque  (0) 2021.04.29
STL - List  (0) 2021.04.29
STL - Vector  (0) 2021.04.27
Minimum Spanning Tree, MST - 최소 신장 트리  (0) 2020.03.09
Graph  (0) 2020.03.05

댓글