삽질 중에 최고의 삽질 개발자

  • 홈
  • 태그
  • 방명록

2022 2

[11일차][프로그래머스][2022 카카오 - 118666]성격유형 검사하기

def solution(survey, choices): standard = 4 preData = '' answer = '' character_list = { 'R' : 0, 'T' : 0, 'C' : 0, 'F' : 0, 'J' : 0, 'M' : 0, 'A' : 0, 'N' : 0, } for idx, data in enumerate(survey): choice = choices[idx] if int(choice) > int(standard): character_list[data[1]] = int(character_list[data[1]]) + int(choice) - int(standard) else: character_list[data[0]] = int(character_list[data[0]]) ..

삽집하는 개발들/알고리즘 2023.06.21

[6일차] [프로그래머스] [2022 카카오 - 92334]신고 결과 받기

def solution(id_list, report, k): id_dict = {} declaration_arr = [] declaration_list = {} repost_dict = {} for data in id_list: id_dict[data] = 0 repost_dict[data] = 0 declaration_list[data] = [] for data in report: declaration = data.split(' ') if declaration[1] not in declaration_list[declaration[0]]: id_dict[declaration[1]] = int(id_dict.get(declaration[1])) + 1 declaration_list[declaration[0..

삽집하는 개발들/알고리즘 2023.06.12
이전
1
다음
더보기
프로필사진

삽질 중에 최고의 삽질 개발자

  • 분류 전체보기
    • 삽집하는 개발들
      • 알고리즘
      • CMAF
      • Django - uwsgi
      • InfluxDB - Grafana
      • Python
      • Flutter
      • NodeJS
      • Fill In The Blanks
      • AWS
      • fastAPI
      • 세상 모든 주차장
      • gRPC
      • 이론
    • 책
    • 잡담
    • 비밀방

Tag

다이나믹 프로그래밍, 프로그래머스, 투포인트, 96일차, 누적합, aws, 문자열, 82일차, 98일차, 구현, 스택, Python, 사칙연산, 자료구조, lv2, 수학, 카카오, 백준, 102일차, 정수론,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/12   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바