최근 포스트

[LeetCode] Sort Array By Parity

최대 1 분 소요

Question Given an integer array nums, move all the even integers at the beginning of the array followed by all the odd integers. Return any array that satis...

[LeetCode] Move Zeroes

최대 1 분 소요

Question Given an integer array nums, move all 0’s to the end of it while maintaining the relative order of the non-zero elements. Note that you must do thi...

[SPRING] MVC 패턴

1 분 소요

MVC 패턴 이전 MVC 패턴을 적용하기 전, 하나의 서블릿이나 JSP는 비즈니스 로직과 뷰 로직을 모두 담당한다.