일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 애자일
- C언어
- NLP
- css
- 파싱테이블
- 랩실일기
- 836
- 자연어처리
- 파싱
- 웹소프트웨어
- 운영체제
- DB
- 소프트웨어공학
- 언어모델
- Linear Algebra
- 오픈소스웹소프트웨어
- 클래스
- 데이터분석
- 가상메모리
- 프로세스
- 스케줄러
- 정보검색
- OS
- 객체지향설계
- 컴파일러
- Agile
- React
- 벡터
- 컴파일
- 데이터베이스
Archives
- Today
- Total
목록2025/01/06 (1)
observe_db
[자료구조] 힙(Heaps)
if P is a parent node of C, then the key (the value) of P is either greater than or equal to (in a max heap) or less than or equal to (in a min heap) the key of C. 우선순위 큐(Priority Queue)- 우선 순위가 가장 높은/낮은 원소를 먼저 삭제- 임의의 우선순위를 가진 원소 삽입 가능- 추상 데이터 타입 MaxPriorityQueue 무순서(unordered): 선형 리스트로 구현(가장 간단)- IsEmpty() : O(1) // linked list가 null인지 검사- push(): O(1) //임의의 위치에 노드 삽입- top(): Θ(n) //list 전체 검사..
학교 공부/자구(2-1)
2025. 1. 6. 17:26