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 |
Tags
- git-lfs
- 오픈소스
- 뤼이드
- C++
- 백준 2193
- git password
- 딥러닝
- 이베이 매각
- 2003 error
- 리멤버나우
- 웹 독학
- multi-task learning
- but how?
- 알고리즘
- 스무고개 Metric
- 110 옮기기
- 경제 요약
- Convolutional Neural Networks
- 2003 에러
- 프로그래머스 여행경로
- 코딩테스트
- flask
- pytorch-tutorial
- 리멤버나우 요약
- 프로그래머스
- 장영준
- aws rds
- cs231
- flaks
- 미국 이란 전쟁
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