99클럽 코테스터디 30일차 TIL LeetCode - Minimum Operations to Make a Subsequence
Minimum Operations to Make a SubsequenceLeetCode Hard BinarySearch, HashTable 문제 링크문제 설명You are given an array target that consists of distinct integers and another integer array arr that can have duplicates.In one operation, you can insert any integer at any position in arr. For example, if arr = [1,4,1,2], you can add 3 in the middle and make it [1,4,3,1,2]. Note that you can insert the intege..
2024. 8. 20.