현실을 넘어
close
프로필 배경
프로필 로고

현실을 넘어

  • 분류 전체보기
    • 자바
      • 일반
      • 알고리즘
      • 객사오
      • 스프링입문객체지향
      • 리팩토링
      • 스프링부트3
      • JPA
      • QueryDsl
      • Spring Security
    • 코틀린
      • 코틀린인액션
      • 알고리즘
    • 일 관련 삽질
    • JIRA
    • 도메인주도개발
    • DB
      • Mysql
    • MQ
      • Apache Kafka
    • Docker-Kubernetes
    • GITHUB
    • REST API
    • 리눅스
  • 홈
  • 태그
  • 방명록
[프로그래머스] 바탕화면 정리

[프로그래머스] 바탕화면 정리

package org.example.알고리즘.바탕화면정리; import java.util.Arrays; class Solution { public static void main(String[] args) { Solution solution = new Solution(); System.out.println(Arrays.toString(solution.solution(new String[]{ ".#...", "..#..", "...#." }))); System.out.println("================================"); System.out.println(Arrays.toString(solution.solution(new String[]{ "..........", ".....#.....

  • format_list_bulleted 자바/알고리즘
  • · 2024. 1. 5.
  • textsms

[프로그래머스] 혼자 놀기의 달인

package org.example.알고리즘.혼자놀기의달인; class Solution { public static void main(String[] args) { int[] cards = {8, 6, 3, 7, 2, 5, 1, 4}; Solution solution = new Solution(); System.out.println(solution.solution(cards)); } public int solution(int[] cards) { int maxScore = 0; for (int start = 1; start

  • format_list_bulleted 자바/알고리즘
  • · 2024. 1. 2.
  • textsms

[프로그래머스] 합승 택시 요금 [플로이드-워셜]

package org.example.알고리즘.합승택시요금; import java.util.Arrays; class Solution { public static void main(String[] args) { Solution solution = new Solution(); System.out.println(solution.solution(6, 4, 6, 2, new int[][]{{4, 1, 10}, {3, 5, 24}, {5, 6, 2}, {3, 1, 41}, {5, 1, 24}, {4, 6, 50}, {2, 4, 66}, {2, 3, 22}, {1, 6, 25}})); System.out.println("================================"); System.out.println(..

  • format_list_bulleted 자바/알고리즘
  • · 2023. 12. 31.
  • textsms

[프로그래머스] 전력망을 둘로 나누기

package org.example.알고리즘.전략망을둘로나누기; import java.util.Arrays; import java.util.LinkedList; import java.util.Queue; class Solution { public static void main(String[] args) { Solution solution = new Solution(); System.out.println(solution.solution(9, new int[][]{{1, 3}, {2, 3}, {3, 4}, {4, 5}, {4, 6}, {4, 7}, {7, 8}, {7, 9}})); System.out.println("================================"); System.out.prin..

  • format_list_bulleted 자바/알고리즘
  • · 2023. 12. 30.
  • textsms

[프로그래머스] 귤고르기

package org.example.알고리즘.귤고르기; import java.util.Arrays; import java.util.List; import java.util.Map; import java.util.stream.Collectors; class Solution { public static void main(String[] args) { Solution solution = new Solution(); solution.solution(6, new int[]{1, 3, 2, 5, 4, 5, 2, 3}); System.out.println("================================"); solution.solution(4, new int[]{1, 3, 2, 5, 4, 5, 2, 3}..

  • format_list_bulleted 자바/알고리즘
  • · 2023. 12. 24.
  • textsms

[프로그래머스] 영어 끝말잇기

package org.example.알고리즘.영어끝말잇기; import java.util.Arrays; import java.util.HashSet; import java.util.Set; class Solution { public static void main(String[] args) { Solution solution = new Solution(); String[] words = {"tank", "kick", "know", "wheel", "land", "dream", "mother", "robot", "tank"}; solution.solution(3, words); System.out.println(Arrays.toString(solution.solution(2, new String[]{"hel..

  • format_list_bulleted 자바/알고리즘
  • · 2023. 12. 22.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • ···
  • 9
  • navigate_next
공지사항
  • ㅇ
전체 카테고리
  • 분류 전체보기
    • 자바
      • 일반
      • 알고리즘
      • 객사오
      • 스프링입문객체지향
      • 리팩토링
      • 스프링부트3
      • JPA
      • QueryDsl
      • Spring Security
    • 코틀린
      • 코틀린인액션
      • 알고리즘
    • 일 관련 삽질
    • JIRA
    • 도메인주도개발
    • DB
      • Mysql
    • MQ
      • Apache Kafka
    • Docker-Kubernetes
    • GITHUB
    • REST API
    • 리눅스
최근 글
인기 글
최근 댓글
태그
  • #Kotlin
  • #ddd
  • #객사오
  • #QueryDSL
  • #객체지향
  • #리팩토링
  • #알고리즘
  • #JPA
  • #도메인주도개발
  • #자바
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바