woody

  • 홈
  • 태그
  • 방명록

자카드 1

[Java] 프로그래머스 Level 2 : 뉴스 클러스터링

- 문제설명 - 해결과정 - 솔루션 import java.util.*; class Solution { public int solution(String str1, String str2) { String lowerStr1 = str1.toLowerCase(); String lowerStr2 = str2.toLowerCase(); ArrayList union1 = makeUnion(lowerStr1); ArrayList union2 = makeUnion(lowerStr2); if(union1.size() == 0 && union2.size() == 0) { return 65536; } int crossSize = crossSection(union1, union2); int sumSize = union1.siz..

코딩테스트/프로그래머스 2023.08.10
이전
1
다음
더보기
프로필사진

기록하자, 끄적끄적

  • 분류 전체보기
    • 코딩테스트
      • 구름톤 챌린지
      • 프로그래머스
      • 백준
      • 코드트리
    • AWS
      • 이론
      • 실습
    • Spring
    • Java
    • JPA
    • CS
    • 프로젝트
      • HongsamSNS
      • Hongflix
      • HongsamIDE
      • Ticketing

최근글과 인기글

  • 최근글
  • 인기글

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바