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
- 2003 에러
- git-lfs
- flask
- 경제 요약
- 110 옮기기
- 알고리즘
- 프로그래머스
- 2003 error
- Convolutional Neural Networks
- 이베이 매각
- aws rds
- 리멤버나우
- 오픈소스
- cs231
- 코딩테스트
- 웹 독학
- flaks
- 미국 이란 전쟁
- git password
- 프로그래머스 여행경로
- 스무고개 Metric
- pytorch-tutorial
- 백준 2193
- but how?
- 딥러닝
- C++
- 뤼이드
- 리멤버나우 요약
- 장영준
- multi-task learning
Archives
- Today
- Total
Nam's
C++ Algorithm Study 01/10 - 정렬 본문
Study Day 01 정렬
문제: 프로그래머스 - [K번째 수], [가장 큰 수], [H-index]
programmers.co.kr/learn/courses/30/parts/12198
내 코드:
github.com/21600212/CodingTest/tree/master/Programmers/Sorting
배운 것:
C++ STL sort() 사용법
sort() 세 번째 인자 customize 방법
C++ vector 사용법
참고자료:
www.cplusplus.com/reference/algorithm/sort/
blockdmask.tistory.com/178
'개발 > Algorithm' 카테고리의 다른 글
C++ Algorithm Study 06/10 - 깊이/너비 우선 탐색 (DFS/BFS) (0) | 2021.03.04 |
---|---|
C++ Algorithm Study 05/10 - 힙 Heap (0) | 2021.03.04 |
C++ Algorithm Study 04/10 - 탐욕법 Greedy (0) | 2021.02.24 |
C++ Algorithm Study 03/10 - 완전탐색 ( 프로그래머스 소수찾기 ) (0) | 2021.02.09 |
C++ Algorithm Study 02/10 - 스택/큐 (0) | 2021.02.07 |
Comments