2023. 2. 20. 12:42ㆍ_Study/DataStructure
'자료구조' 강의를 들으며 실습하고 정리한 자료입니다.
C언어를 사용했으며 추후에 python을 이용한 버젼으로 만나뵙겠습니다!
목차
- [자료구조] 01. 기본 알고리즘 정리본 - 상
- [자료구조] 선택정렬 오류 확인코드 + 선택정렬(동적할당)
- [자료구조] Basic Consepts
- [자료구조] Arrays and Structures(1), 다항식계산-배열
- [자료구조] Sparse Matrix, 희소행렬
- ch3. stack and queues (1) #스택
- Queue #자료구조 #arraying shifting
- [자료구조] Circular Queue using dynamaically allocated array
- [자료구조] Mazing problem #미로찾기
- [자료구조] 트리 Tree(1) #이진트리생성순회
- [자료구조] Tree(2) 후위표현식으로 트리생성
- [자료구조] Graph 인접리스트 생성
- [자료구조] DFS , 무방향그래프 인접리스트 + dfs
- [자료구조] BFS 무방향그래프 인접리스트 + bfs
- [자료구조] 연결 그래프 + Spanning Tree #dfs
- [자료구조] Tree(3) 후위표기식 반복문을 사용한 순회
- [자료구조] insertion sort #삽입정렬
- [자료구조] QuickSort 와 호출횟수 #퀵정렬
- [자료구조] MergeSort iterative #반복합병정렬
- [자료구조] MergeSort recursive #재귀합병정렬 #rmergeSort
- [자료구조] heapSort #힙정렬
- [자료구조] RadixSort 기수정렬
- [자료구조] RadixSort 응용 영단어 정렬 #기수정렬
[자료구조] 01. 기본 알고리즘 정리본 - 상
https://blog.naver.com/pourding/222647388111
[자료구조] 선택정렬 오류 확인코드 + 선택정렬(동적할당)
https://blog.naver.com/pourding/222672768370
[자료구조] Basic Consepts
https://blog.naver.com/pourding/222696824926
[자료구조] Arrays and Structures(1), 다항식계산-배열
https://blog.naver.com/pourding/222701047750
[자료구조] Sparse Matrix, 희소행렬
https://blog.naver.com/pourding/222701906829
ch3. stack and queues (1) #스택
https://blog.naver.com/pourding/222702032261
Queue #자료구조 #arraying shifting
https://blog.naver.com/pourding/222702711833
[자료구조] Circular Queue using dynamaically allocated array
https://blog.naver.com/pourding/222702918334
[자료구조] Mazing problem #미로찾기
https://blog.naver.com/pourding/222703184440
[자료구조] 트리 Tree(1) #이진트리생성순회
https://blog.naver.com/pourding/222751488631
[자료구조] Tree(2) 후위표현식으로 트리생성
https://blog.naver.com/pourding/222751511472
[자료구조] Graph 인접리스트 생성
https://blog.naver.com/pourding/222760463353
[자료구조] DFS , 무방향그래프 인접리스트 + dfs
https://blog.naver.com/pourding/222760514701
[자료구조] BFS 무방향그래프 인접리스트 + bfs
https://blog.naver.com/pourding/222761014384
[자료구조] 연결 그래프 + Spanning Tree #dfs
https://blog.naver.com/pourding/222761057553
[자료구조] Tree(3) 후위표기식 반복문을 사용한 순회
https://blog.naver.com/pourding/222761073914
[자료구조] insertion sort #삽입정렬
https://blog.naver.com/pourding/222761137893
[자료구조] QuickSort 와 호출횟수 #퀵정렬
https://blog.naver.com/pourding/222761780699
[자료구조] MergeSort iterative #반복합병정렬
https://blog.naver.com/pourding/222762071057
[자료구조] MergeSort recursive #재귀합병정렬 #rmergeSort
https://blog.naver.com/pourding/222762362911
[자료구조] heapSort #힙정렬
https://blog.naver.com/pourding/222763519704
[자료구조] RadixSort 기수정렬
https://blog.naver.com/pourding/222763656146
[자료구조] RadixSort 응용 영단어 정렬 #기수정렬