본문 바로가기 메뉴 바로가기

신우섭의 도서관

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

신우섭의 도서관

검색하기 폼
  • 분류 전체보기 (130)
    • Post Plan (1)
    • Web (12)
      • JavaScript & NodeJS (10)
      • HTML & CSS (2)
      • HTTP (0)
      • Vue.js (0)
      • React.js (0)
    • JAVA (20)
      • Spring & Spring Boot (14)
      • Skill (3)
    • Operating System (15)
      • Linux (13)
      • Windows (2)
      • Gooroom (0)
    • Elastic (13)
    • DBMS (5)
      • MY-SQL (4)
      • MongoDB (0)
      • PostgreSQL (1)
    • C++ (23)
      • Skill (기본지식, 모던C++) (17)
      • Trouble Shooting (1)
      • Design Pattern (2)
      • MFC (1)
      • Qt (1)
      • Unreal Engine (1)
    • Reference material (1)
      • WebLink (1)
    • Cloud Computing (1)
      • AWS (1)
    • Project (3)
      • PJT_NGJ (3)
      • PJT_JAVA_CHATTING (0)
    • Algoritem (10)
      • Problem solving (9)
      • Theory (1)
    • GIS (3)
    • Protocol (2)
    • Group Study (3)
      • Algoritem(Member : WooSub, .. (3)
    • Encoding&Decoding (1)
    • Nginx (1)
    • Temp (4)
    • Network (1)
    • Kafka (3)
    • Docker (0)
  • 방명록

Algoritem (10)
백준 : 1926번 그림(C++14)_BFS

// 2020-05-20 wsshin #include #include #include #include #include using namespace std; void Solution(int SizeY, int SizeX, int& AreaMax, int& FeatureCnt, vector vecBoard); int main() { int Y = 0; int X = 0; cin >> Y >> X; vector vecBoard; for (int i = 0; i > nInput; nTemp.push_back(nInput); } vecBoard.push_back(nTemp); ..

Algoritem/Problem solving 2020. 5. 20. 16:56
프로그래머스 : 카카오_크레인 인형 뽑기 게임(C++)_Stack

풀이 #include #include #include #include #include #include #include using namespace std; int solution(vector board, vector moves) { int answer = 0; stack stack; for (int move : moves) { for (int i = 0; i < board[move - 1].size(); i++) { if (board[i][move - 1] != 0) { if (stack.empty()) { stack.push(board[i][move - 1]); } else { if (stack.top() == board[i][move - 1]) { stack.pop(); answer+=2; } els..

Algoritem/Problem solving 2020. 5. 20. 14:19
이전 1 2 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • c++
  • rotator
  • unrealengine
  • 람다함수
  • Trouble shooting
  • UE4
  • bug
  • double free
  • UE5
  • 람다
  • coordinate system
  • LambdaFunction
  • C
  • c++11
  • Lambda
more
«   2025/05   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바

개인정보

  • 티스토리 홈
  • 포럼
  • 로그인

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.