본문 바로가기 메뉴 바로가기

kingsubin

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

kingsubin

검색하기 폼
  • 분류 전체보기 (470)
    • Java (35)
    • Spring (18)
    • JavaScript & TypeScript (23)
    • HTML & CSS (2)
    • Database (3)
    • DevOps (8)
    • CS (13)
    • Algorithm (10)
    • etc (19)
    • PS (228)
      • boj (156)
      • programmers (52)
      • etc (19)
      • leetcode (1)
    • 책 (98)
      • 이펙티브자바 (50)
      • 모던 자바스크립트 딥다이브 (24)
      • misc (14)
      • 독서 (10)
    • 일상 (10)
  • 방명록

Quick Sort (2)
Section5. 빠른 정렬

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 package me.kingsubin.studyrepo.book.algorithm.section5; public class QuickSort { public static void main(String[] args) { int[] A = {15, 22, 13, 27, 12, 10, 20, 25, 32}; System.out.println("주어진 배열"); print(A); quickSort(A, 0..

책/misc 2021. 8. 6. 00:29
Section5. 최댓값 최솟값 찾기

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 package me.kingsubin.studyrepo.book.algorithm.section5; public class findMaxMin { public static void main(String[] args) { int[] A = {24, 75, 92, 83, 61, 48, 97, 50}; int[] answer; answer = findMaxMin(A, 0, A.length - 1); System.out.println("Min: " + answer[0]..

책/misc 2021. 8. 5. 17:44
이전 1 다음
이전 다음
링크
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
TAG
  • REST API
  • 이펙티브자바 스터디
  • 프로그래머스 SQL
  • 이펙티브자바 아이템59
  • 백기선 스터디
  • GCP
  • 백준
  • JS 딥다이브
  • 드림코딩
  • js promise
  • Spring Security
  • 김영한 JPA
  • 집 구하기
  • dreamcoding
  • js api
  • 킹수빈닷컴
  • HTTP 완벽가이드
  • 이펙티브자바 아이템60
  • 프로그래머스
  • 모던자바스크립트
  • 김영한 http
  • 이펙티브자바
  • JPA 연관관계 매핑
  • 가상 면접 사례로 배우는 대규모 시스템 설계 기초
  • BOJ
  • js array
  • 패스트캠퍼스 컴퓨터공학 완주반
  • java
  • HTTP 완벽 가이드
  • http
more
«   2023/09   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바