sunsetzo
close
프로필 배경
프로필 로고

sunsetzo

  • ALL
    • Algorithm
      • Python
      • Java
    • CS
      • Database
      • Network
      • OS
      • Software Engineering
    • Dev log
  • 홈
  • 글쓰기
[백준] 4659 비밀번호 발음하기

[백준] 4659 비밀번호 발음하기

문제 링크 : https://www.acmicpc.net/problem/4659 4659번: 비밀번호 발음하기 좋은 패스워드를 만드는것은 어려운 일이다. 대부분의 사용자들은 buddy처럼 발음하기 좋고 기억하기 쉬운 패스워드를 원하나, 이런 패스워드들은 보안의 문제가 발생한다. 어떤 사이트들은 xvtp www.acmicpc.net package boj; import java.io.*; import java.util.*; public class PasswordPronounce { public static void main(String[] args) throws IOException{ BufferedReader br = new BufferedReader(new InputStreamReader(System.i..

  • format_list_bulleted Algorithm/Java
  • · 2023. 10. 28.
  • textsms
[프로그래머스] 달리기 경주

[프로그래머스] 달리기 경주

문제링크 : https://school.programmers.co.kr/learn/courses/30/lessons/178871 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr import java.util.*; class Solution { public String[] solution(String[] players, String[] callings) { Map rankMap = new HashMap(); for(int i=0; i< players.length; i++){ rankMap.put(players[i], i); } for (String playe..

  • format_list_bulleted Algorithm/Java
  • · 2023. 10. 25.
  • textsms
[백준] 2467 용액

[백준] 2467 용액

문제 링크 : https://www.acmicpc.net/problem/2467 2467번: 용액 첫째 줄에는 전체 용액의 수 N이 입력된다. N은 2 이상 100,000 이하의 정수이다. 둘째 줄에는 용액의 특성값을 나타내는 N개의 정수가 빈칸을 사이에 두고 오름차순으로 입력되며, 이 수들은 모두 - www.acmicpc.net n = int(input()) lst = list(map(int, input().split())) s, e = 0, n-1 start = end = 0 mix = int(10e10) while s abs(temp): mix = abs(temp) start, end = lst[s], lst[e] if temp

  • format_list_bulleted Algorithm/Python
  • · 2023. 10. 24.
  • textsms
[백준] 18428 감시피하기

[백준] 18428 감시피하기

문제 링크 : https://www.acmicpc.net/problem/18428 18428번: 감시 피하기 NxN 크기의 복도가 있다. 복도는 1x1 크기의 칸으로 나누어지며, 특정한 위치에는 선생님, 학생, 혹은 장애물이 위치할 수 있다. 현재 몇 명의 학생들은 수업시간에 몰래 복도로 빠져나왔는데, 복 www.acmicpc.net n = int(input()) arr = [list(input().split()) for _ in range(n)] di = [1, 0, -1, 0] dj = [0, 1, 0, -1] def find_obstacle(i, j): global ans, obstacles for w in range(4): ni, nj = i+di[w], j+dj[w] if 0

  • format_list_bulleted Algorithm/Python
  • · 2023. 10. 23.
  • textsms
[프로그래머스] 추억 점수

[프로그래머스] 추억 점수

문제 링크 : https://school.programmers.co.kr/learn/courses/30/lessons/176963?language=java 프로그래머스 코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요. programmers.co.kr import java.util.*; class Solution { public int[] solution(String[] name, int[] yearning, String[][] photo) { int[] answer = new int[photo.length]; Map map = new HashMap(); for (int i=0; i

  • format_list_bulleted Algorithm/Java
  • · 2023. 10. 23.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • 4
  • 5
  • navigate_next
전체 카테고리
  • ALL
    • Algorithm
      • Python
      • Java
    • CS
      • Database
      • Network
      • OS
      • Software Engineering
    • Dev log
인기 글
최근 댓글
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바