sarang넘치는 코딩 공작소
close
프로필 배경
프로필 로고

sarang넘치는 코딩 공작소

  • 분류 전체보기 (159)
    • Java (15)
    • SpringBoot (1)
    • JavaScript (1)
    • Vue.js (8)
    • 코딩테스트 (81)
      • 개념정리 (11)
      • 문제풀이 (70)
    • 자격증 (17)
      • 정보처리기사 (12)
      • AWS Solution Architecture (4)
      • 정보보안기사 (1)
    • 프로젝트 (1)
    • RabbitMQ (1)
    • 공부인증 (21)
    • CS (13)
      • Network (6)
      • Database (2)
      • Computer Architecture (5)
  • 홈
  • 태그
  • 방명록

2026/01/25

보호되어 있는 글입니다.

  • format_list_bulleted 공부인증
  • · 2026. 1. 25.

[ 프로그래머스 ] #92342 : 양궁대회 - JAVA

🔗양궁대회import java.util.*;class Solution { public int[] solution(int n, int[] info) { int[] ryan = new int[11]; int[] best = null; best = dfs(0, n, info, ryan, best); if (best == null) return new int[]{-1}; return best; } private int[] dfs(int idx, int remain, int[] info, int[] ryan, int[] best) { // 마지막(0점) if (idx ==..

  • format_list_bulleted 코딩테스트/문제풀이
  • · 2026. 1. 25.
  • textsms

01-01. 정보시스템의 범위 및 이해

보호되어 있는 글입니다.

  • format_list_bulleted 자격증/정보보안기사
  • · 2026. 1. 23.

2026/01/10

보호되어 있는 글입니다.

  • format_list_bulleted 공부인증
  • · 2026. 1. 10.

2026/01/07

보호되어 있는 글입니다.

  • format_list_bulleted 공부인증
  • · 2026. 1. 7.

[ 프로그래머스 ] #140108 : 문자열 나누기 - JAVA

🔗문자열 나누기class Solution { public int solution(String s) { int cnt1=0;// x 와 같은 개수 int cnt2=0;// x 와 다른 개수 int index=0; char x=s.charAt(0); int answer=0; while(true){ if(s.length()=s.length())break; if(x==s.charAt(index)){ // 같으면 cnt1++; }else{ // 다르면 cnt2++; } index++..

  • format_list_bulleted 코딩테스트/문제풀이
  • · 2025. 12. 15.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • 4
  • ···
  • 27
  • navigate_next
공지사항
전체 카테고리
  • 분류 전체보기 (159)
    • Java (15)
    • SpringBoot (1)
    • JavaScript (1)
    • Vue.js (8)
    • 코딩테스트 (81)
      • 개념정리 (11)
      • 문제풀이 (70)
    • 자격증 (17)
      • 정보처리기사 (12)
      • AWS Solution Architecture (4)
      • 정보보안기사 (1)
    • 프로젝트 (1)
    • RabbitMQ (1)
    • 공부인증 (21)
    • CS (13)
      • Network (6)
      • Database (2)
      • Computer Architecture (5)
최근 글
인기 글
최근 댓글
태그
  • #정보처리기사
  • #queue
  • #dynamic_programming
  • #backtracking
  • #HashMap
  • #Interview
  • #vue.js
  • #Stack
  • #bfs
  • #computer_architecture
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바