졸리다

졸리다

  • 분류 전체보기 (149)
    • TIL (16)
      • 자바 (7)
      • 웹 (6)
      • 자바스크립트 (3)
      • ETC (0)
    • 책 (15)
      • 객체지향의 사실과 오해 (7)
      • Http&Network Basic (3)
      • 스프링 부트와 AWS로 혼자 구현하는 웹 서비스 (5)
    • 강의 (22)
      • 실전 JSP (1)
      • 예제로 배우는 스프링 입문 (1)
      • 자바 스프링 프레임워크 (1)
      • 스프링 부트 개념과 활용 (11)
      • 생활코딩 (6)
      • JS Flow (2)
    • 프로그래머스 (96)
      • LEVEL 1 (29)
      • LEVEL 2 (37)
      • LEVEL 3 (3)
      • LEVEL 4 (1)
      • 카카오 (26)
  • 홈
  • 알고리즘
RSS 피드
로그인
로그아웃 글쓰기 관리

졸리다

컨텐츠 검색

태그

최근글

댓글

공지사항

아카이브

프로그래머스(96)

  • [프로그래머스] 기능개발

    import java.util.*; class Solution { public int[] solution(int[] progresses, int[] speeds) { int[] answer = {}; int sol = 0; int flag; int[] complete = new int[progresses.length]; ArrayList temp = new ArrayList(); for(int i=0; i

    2020.03.25
  • [프로그래머스] 타겟넘버

    import java.util.*; class Solution { int answer = 0; public int solution(int[] numbers, int target) { ArrayList temp = new ArrayList(); for(int i=0; i=v.size()){ if(sum == dest){ answer++; } return; } dfs(v,dest,sum+v.get(idx),idx+1); dfs(v,dest,sum-v.get(idx),idx+1); } }

    2020.03.24
  • [프로그래머스] 주식가격

    class Solution { public int[] solution(int[] prices) { int[] answer = new int[prices.length]; for(int i=0; i

    2020.03.24
  • [프로그래머스] 탑

    class Solution { public int[] solution(int[] heights) { int[] answer = new int[heights.length]; for(int i= heights.length-1; i>0; i--){ for(int j=i-1; j>=0; j--){ if(heights[i]

    2020.03.24
  • [프로그래머스] 스킬트리

    import java.util.*; class Solution { public int solution(String skill, String[] skill_trees) { int answer = 0; HashMap map = new HashMap(); for(int i=0; i

    2020.03.24
  • [프로그래머스] 실패율

    import java.util.*; class Solution { public int[] solution(int N, int[] stages) { int[] answer = new int[N]; ArrayList temp = new ArrayList(); double[] failrate = new double[N+1]; double[] copymap = new double[N+1]; for(int i=1; i

    2020.03.24
1 ··· 13 14 15 16
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바