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
- 웹 독학
- multi-task learning
- 미국 이란 전쟁
- 딥러닝
- C++
- 알고리즘
- 코딩테스트
- 프로그래머스 여행경로
- git password
- 뤼이드
- 프로그래머스
- 리멤버나우 요약
- 이베이 매각
- 리멤버나우
- cs231
- 백준 2193
- Convolutional Neural Networks
- pytorch-tutorial
- but how?
- flask
- 스무고개 Metric
- 2003 에러
- 2003 error
- aws rds
- 오픈소스
- 110 옮기기
- 장영준
- 경제 요약
- flaks
Archives
- Today
- Total
Nam's
C++ Algorithm Study 02/10 - 스택/큐 본문
Study Day 02 스택, 큐
문제: 프로그래머스 - [주식가격], [기능개발], [다리를 지나는 트럭], [프린터]
programmers.co.kr/learn/courses/30/parts/12198
내 코드:
github.com/21600212/CodingTest/tree/master/Programmers/Stack-Queue
배운 것:
C++ STL stack, queue 사용법
구조체 stack 만들기
sort(arr.begin(), arr.end(), greater<int>());
참고자료:
www.cplusplus.com/reference/stack/stack/
www.cplusplus.com/reference/queue/queue/?kw=queue
hydroponicglass.tistory.com/144
'개발 > 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 01/10 - 정렬 (0) | 2021.02.07 |
Comments