Skip to content

namgyumo/Data-structure-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧱 Data Structure Practice — 자료구조 실습

C언어로 핵심 자료구조를 직접 구현한 실습 저장소입니다. 단순히 라이브러리를 사용하지 않고, 내부 동작 원리를 이해하며 바닥부터 구현했습니다.

🔗 GitHub Pages → namgyumo.github.io/Data-structure-practice


📂 구현 목록

자료구조 폴더 설명
🔗 Binary Search Tree Binary search tree/ 재귀 기반 삽입, 순회
📦 Data Struct Practice Data_struct_practice/ 링크드 리스트 등 기초 자료구조
🔀 Merge Sort merge sort/ 분할 정복 기반 병합 정렬

🔑 핵심 개념

  • 포인터 & 동적 할당 — malloc/free 기반 노드 관리
  • 재귀 알고리즘 — BST 삽입/탐색, Merge Sort
  • 시간 복잡도 — O(n log n) 정렬 알고리즘 이해

🛠 기술 스택

C


📬 연락처

About

C언어로 구현한 자료구조 실습 — LinkedList, BST, Heap Sort, Merge Sort, Graph

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors