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

Ryulurala's notepad

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

Ryulurala's notepad

검색하기 폼
  • total (352)
    • SSU Open World (1)
    • Reference (12)
      • C++ (7)
      • JavaScript (5)
    • Programmers Solutions (211)
      • previous (69)
      • Level-1 (47)
      • Level-2 (56)
      • Level-3 (39)
    • Baekjoon Solutions (122)
      • Class-1 (34)
      • Class-2 (41)
      • Class-3 (34)
      • Class-4 (10)
      • Class-5 (1)
      • Class-6 (1)
    • Design (1)
      • Background (1)
    • Study (5)
      • Blender (Soongsil Univ.) (5)
  • 방명록

카카오코테 (1)
[프로그래머스] 메뉴 리뉴얼

title: "메뉴 리뉴얼" category: 프로그래머스[Level-2] tags: [C++, JavaScript, 프로그래머스] date: "2021-01-27" 문제 링크 메뉴 리뉴얼 C++ #include #include #include #include using namespace std; vector solution(vector orders, vector course) { vector answer; map course_count; // 코스당 주문 횟수 map length_max; // 조합 길이당 코스 주문 갯수 최대 for(int len: course){ length_max[len]=0; // init } for(string& str: orders){ stable_sort(str.begin(..

Programmers Solutions/Level-2 2021. 1. 28. 01:46
이전 1 다음
이전 다음
05-12 13:58
링크
  • GitHub
  • Youtube
TAG
  • greedy
  • 2019 카카오 블라인드 채용
  • BFS
  • 프로그래머스
  • programmers
  • JavaScript
  • 큐
  • 멀티미디어동아리
  • 백준
  • Set
  • 탐욕법
  • 카카오
  • 코테
  • 블랜더스터디
  • sort
  • 해시
  • 2020 카카오 블라인드 채용
  • 카카오 코테
  • JS
  • DFS
  • string
  • hash
  • priority_queue
  • map
  • Queue
  • summerwintercoding2018
  • blender
  • 2018 카카오 블라인드 채용
  • C++
  • 코딩테스트
more

Blog is powered by Tistory / Designed by Tistory

티스토리툴바