Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Operating System
- memory
- C++
- 자료구조
- react-redux
- codeup
- Spring
- react
- Java
- js to ts
- 타입스크립트
- 공부
- 파이썬
- 리덕스장바구니
- Redux
- 분할메모리할당
- 일상
- 스프링
- 기초100제
- 협업
- web
- 토이프로젝트
- 백준
- 알고리즘
- 프로그래머스
- 정렬
- OS
- 코드업
- error
- CPU 스케줄링
Archives
- Today
- Total
감자튀김 공장🍟
[240226] 본문
반응형
OS
1. 가상 메모리란?
2. 임계 구역이란?
3. 상호배제란?
4. Context Switching이란?
1. 배열 값 등수 구하기
score = [1, 66, 78, 100, 35]
sorted_s = sorted(score, reverse=True)
ranks = [sorted_s.index(a) + 1 for a in score]
반응형
Comments