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-10 21:00
  • 전체보기
  • 방명록
  • jini's GitHub
  • demo api
  • chaeking api
  • demo-old api
RSS 피드
로그인
로그아웃 글쓰기 관리

hello jiniworld

컨텐츠 검색

태그

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

최근글

  • [가상 면접 사례로 배우는 대규모 시스템 설계 기초] ⋯
  • [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)

  • [Codility - Java] 3. Time Complexity - 2. PermMissingElem

    2023.01.31
  • [Codility - Java] 3. Time Complexity - 1. FrogJmp

    2023.01.31
  • [Codility - Java] 2. Array - 2. OddOccurrencesInArray

    2023.01.31
  • [Codility - Java] 2. Array - 1. CyclicRotation

    2023.01.31
  • [Codility - Java] 1. Iterations - 1. Binary Gap

    2023.01.31
  • [HackerRank - Java] Day 4 - 1. Grid Challenge

    2023.01.29
[Codility - Java] 3. Time Complexity - 2. PermMissingElem

PermMissingElem Find the missing element in a given permutation. An array A consisting of N different integers is given. The array contains integers in the range [1..(N + 1)], which means that exactly one element is missing. Your goal is to find that missing element. Write a function: class Solution { public int solution(int[] A); } that, given an array A, returns the value of the missing elemen..

2023. 1. 31. 15:09
[Codility - Java] 3. Time Complexity - 1. FrogJmp

FrogJmp Count minimal number of jumps from position X to Y. A small frog wants to get to the other side of the road. The frog is currently located at position X and wants to get to a position greater than or equal to Y. The small frog always jumps a fixed distance, D. Count the minimal number of jumps that the small frog must perform to reach its target. Write a function: class Solution { public..

2023. 1. 31. 14:49
[Codility - Java] 2. Array - 2. OddOccurrencesInArray

OddOccurrencesInArray Find value that occurs in odd number of elements. A non-empty array A consisting of N integers is given. The array contains an odd number of elements, and each element of the array can be paired with another element that has the same value, except for one element that is left unpaired. For example, in array A such that: A[0] = 9 A[1] = 3 A[2] = 9 A[3] = 3 A[4] = 9 A[5] = 7 ..

2023. 1. 31. 13:30
[Codility - Java] 2. Array - 1. CyclicRotation

CyclicRotation Rotate an array to the right by a given number of steps. An array A consisting of N integers is given. Rotation of the array means that each element is shifted right by one index, and the last element of the array is moved to the first place. For example, the rotation of array A = [3, 8, 9, 7, 6] is [6, 3, 8, 9, 7] (elements are shifted right by one index and 6 is moved to the fir..

2023. 1. 31. 13:16
[Codility - Java] 1. Iterations - 1. Binary Gap

BinaryGap Find longest sequence of zeros in binary representation of an integer. A binary gap within a positive integer N is any maximal sequence of consecutive zeros that is surrounded by ones at both ends in the binary representation of N. For example, number 9 has binary representation 1001 and contains a binary gap of length 2. The number 529 has binary representation 1000010001 and contains..

2023. 1. 31. 13:00
[HackerRank - Java] Day 4 - 1. Grid Challenge

Grid Challenge Given a square grid of characters in the range ascii[a-z], rearrange elements of each row alphabetically, ascending. Determine if the columns are also in ascending alphabetical order, top to bottom. Return YES if they are or NO if they are not. Example gird=[′abc′,′ade′,′efg′]gird = ['abc', 'ade', 'efg']gird=[′abc′,′ade′,′efg′] The grid is illustrated..

2023. 1. 29. 19:56
1 2 3 4 5 ··· 30
JINIWORLD
© jiniworld. All rights reserved.

티스토리툴바