728x90
자료구조(Data Structure)
- 데이터의 구체적 표현이며, 데이터를 프로그래머 관점에서 정의한다
- 데이터를 메모리에 저장하는 방법을 나타낸다
- 문제 유형에 따라 최적의 자료 구조를 선택해야 한다
자료 구조의 종류
💡 자주 사용되는 자료구조들
다음 자료 구조의 링크를 클릭하면 해당 게시글로 넘어갑니다! 🏃🏃🏃
- 배열 : codesyun.tistory.com/107
- 연결 리스트 : codesyun.tistory.com/108
- 스택 : codesyun.tistory.com/109
- 큐 : codesyun.tistory.com/110
- 힙 : codesyun.tistory.com/111
- 트리 : codesyun.tistory.com/112
- 해시 테이블 : codesyun.tistory.com/113
- 그래프 : codesyun.tistory.com/114
728x90
'Computer Science > Algorithm' 카테고리의 다른 글
[Algorithm] 자료구조 - 연결 리스트 (Linked list) (0) | 2021.03.25 |
---|---|
[Algorithm] 자료구조 - 배열(Array) (0) | 2021.03.25 |
[Algorithm] 빅오 표기법과 시간 복잡도의 개념 및 예제 (2) | 2021.03.24 |
[Algorithm] 소수를 찾는 방법, 에라토스테네스의 체 (0) | 2021.01.17 |
[Algorithm] 브루트 포스와 BFS, DFS (0) | 2020.11.26 |