hello jiniworld

hello jiniworld

  • hello jiniworld (180)
    • Spring (51)
      • Basic (14)
      • Spring Data JPA Tutorial (14)
      • Spring Boot Tutorial (17)
      • Jersey (6)
    • Dev (8)
      • Clean Architecture (3)
      • System Design (1)
      • Documents (2)
      • Client (2)
    • Java (46)
      • Basic (14)
      • coding test (27)
      • Effective Java (5)
    • DB (18)
      • MySQL (8)
      • MariaDB (9)
      • Oracle (1)
    • Python (7)
      • Flask (1)
      • Basic (3)
      • Effective Python (1)
      • coding test (2)
    • Front-end (3)
      • Vanilla JS (2)
      • Basic (1)
    • Linux (11)
      • Basic (2)
      • Command-line (9)
    • Web Server (6)
      • CentOS 7 (5)
      • Oracle Linux 8 (1)
    • WAS (3)
    • CentOS 7 (17)
      • Basic (9)
      • Jenkins (8)
    • Etc (10)
      • Windows 10 (3)
      • trash bin (3)
06-11 00:01
  • 전체보기
  • 방명록
  • jini's GitHub
  • demo api
  • chaeking api
  • demo-old api
RSS 피드
로그인
로그아웃 글쓰기 관리

hello jiniworld

컨텐츠 검색

태그

SSL springboot hackerrank MariaDB effectivejava Command-Line https Java JAX-RS codility MySQL jenkins CI Spring Boot Tutorial Jersey SpringBoot2 Spring centos7 Spring Boot week1

최근글

  • [가상 면접 사례로 배우는 대규모 시스템 설계 기초] ⋯
  • [Hexagonal Architecture] 3. Ad⋯
  • [Java - String] 1. 중복 문자 제거하기
  • [Java] override, overload

댓글

  • 네! 잘못 작성된 부분은 수정했습니다 댓글 감사합니다!
  • 201(No Content) : body에 응답 내용이 없을 경우 이용 ⋯
  • 포스팅 잘 보고 갑니다~
  • 도움이 되는 글이에요

공지사항

  • SSL 인증서 설정하기

아카이브

  • 2023/05
  • 2023/03
  • 2023/02
  • 2023/01
  • 2022/12
  • 2022/11
  • 2022/10
  • 2022/08
  • 2022/07
  • 2022/05
  • 2022/04
  • 2022/03

hello jiniworld(180)

  • [HackerRank - Java] Day 6 - 1. Simple Text Editor

    2023.01.29
  • [HackerRank - Java] Day 4 - 2. Recursive Digit Sum

    2023.01.28
  • [HackerRank - Java] Day 3 - 2. Tower Breakers

    2023.01.28
  • [HackerRank - Java] Day 2 - 3. Counting Sort 1

    2023.01.27
  • [HackerRank - Java] Day 2 - 2. Diagonal Difference

    2023.01.27
  • [HackerRank - Java] Day 2 - 1. Lonely Integer

    2023.01.27
[HackerRank - Java] Day 6 - 1. Simple Text Editor

Simple Text Editor Implement a simple text editor. The editor initially contains an empty string, SSS. Perform QQQ operations of the following 444 types: append(W) - Append string WWW to the end of SSS. delete(k) - Delete the last kkk characters of SSS. print(k) - Print the kthk^{th}kth character of SSS. undo() - Undo the last (not previously undone) operation of type 111 or 222, reverting SSS t..

2023. 1. 29. 14:45
[HackerRank - Java] Day 4 - 2. Recursive Digit Sum

Recursive Digit Sum We define super digit of an integer xxx using the following rules: Given an integer, we need to find the super digit of the integer. If has only 111 digit, then its super digit is xxx. Otherwise, the super digit of xxx is equal to the super digit of the sum of the digits of xxx. For example, the super digit of 9875 will be calculated as: super_digit(9875) 9+8+7+5 = 29 super_d..

2023. 1. 28. 23:42
[HackerRank - Java] Day 3 - 2. Tower Breakers

Tower Breakers Two players are playing a game of Tower Breakers! Player always moves first, and both players always play optimally.The rules of the game are as follows: Initially there are nnn towers. Each tower is of height mmm. The players move in alternating turns. In each turn, a player can choose a tower of height xxx and reduce its height to yyy, where 1

2023. 1. 28. 02:42
[HackerRank - Java] Day 2 - 3. Counting Sort 1

Counting Sort 1 Comparison Sorting Quicksort usually has a running time of nnn x log(n)log(n)log(n), but is there an algorithm that can sort even faster? In general, this is not possible. Most sorting algorithms are comparison sorts, i.e. they sort a list just by comparing the elements to one another. A comparison sort algorithm cannot beat nnn x log(n)log(n)log(n) (worst-case) running time, sin..

2023. 1. 27. 21:49
[HackerRank - Java] Day 2 - 2. Diagonal Difference

Diagonal Difference Given a square matrix, calculate the absolute difference between the sums of its diagonals. For example, the square matrix is shown below: 1 2 3 4 5 6 9 8 9 The left-to-right diagonal 1+5+9=151 + 5 + 9 = 151+5+9=15. The right to left diagonal 3+5+9=173 + 5 + 9 = 173+5+9=17. Their absolute difference is ∣15−17∣=2|15 - 17| = 2∣15−17∣=2. Function description Complete the diagona..

2023. 1. 27. 14:47
[HackerRank - Java] Day 2 - 1. Lonely Integer

Lonely Integer Given an array of integers, where all elements but one occur twice, find the unique element. Example a=[1,2,3,4,3,2,1]a = [1, 2, 3, 4, 3, 2, 1]a=[1,2,3,4,3,2,1] The unique element is 4. Function Description Complete the lonelyinteger function in the editor below. lonelyinteger has the following parameter(s): int a[n]: an array of integers Returns int: the element that occurs only ..

2023. 1. 27. 14:26
1 2 3 4 5 6 ··· 30
JINIWORLD
© jiniworld. All rights reserved.

티스토리툴바