2486. Append Characters to String to Make Subsequence
in Coding Interview on Medium, String
t가 s의 하위 시퀀스가 되도록 s 끝에 추가해야 하는 최소 문자 수를 반환
in Coding Interview on Medium, String
t가 s의 하위 시퀀스가 되도록 s 끝에 추가해야 하는 최소 문자 수를 반환
in Coding Interview on Hard, Linked List
연결된 목록의 헤드가 주어지면 한 번에 k번 목록의 노드를 뒤집고 수정된 목록을 반환
in Coding Interview on Easy, Bit-manipulation
부호 없는 정수의 이진수 표현을 가져와 ‘1’ 비트 수(해밍 가중치라고도 함)를 반환
Set daily targets for every goal you have and determine a reward system that you can sustain all through the term of the goal.
in Coding Interview on Medium, Two Pointers
인접한 두 요소를 선택하고 합계로 변경하여 배열을 회문으로 바꾸는 데 필요한 최소 작업 수를 반환
in Coding Interview on Medium, String, Two Pointers
두 문자열 s와 t가 주어지면 둘 다 편집 거리만큼 떨어져 있으면 true를 반환하고 그렇지 않으면 false를 반환
in Coding Interview on Medium, Sort
공백으로 구분되고 문자와 숫자로 구성된 문자열 로그 배열을 정렬
in Coding Interview on Medium, String
각 하위 문자열의 문자가 고유하도록 문자열을 하나 이상의 하위 문자열로 분할할 수 있는 하위 문자열의 최소 수를 반환