반응형 개발3 56. Merge Intervals 56. Merge Intervals LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 앞배열과 첫번째 숫자와 두번째 숫자의 범위가 다음배열과 겹치게되면 교집합 날리고 합집합으로 나타내기 (이렇게 설명하는게 맞나 싶다) 첨에는 막 풀다가 시간이 너무오래걸리고 계속 오답나와서 현타가 왔다. /** * @param {number[][]} intervals * @ret.. 2024. 2. 8. 코테 5일차 오늘도 시작 어제 4문제 풀기로했는데 3문제 풀고 집가서 유튜브보니까 하루뚝딱 오늘 목표는 5문제지만 해보고 안되면 말고ㅎ.. 1. 숫자주면 루트씌워서 정수 반환! https://leetcode.com/problems/sqrtx/description/ Sqrt(x) - LeetCode Can you solve this real interview question? Sqrt(x) - Given a non-negative integer x, return the square root of x rounded down to the nearest integer. The returned integer should be non-negative as well. You must not use any built-in expo.. 2024. 1. 16. 코테연습 4일차 벌써 4일이라고? 지려~ 오늘은 4일차니까 4문제 ㄱㄱ 안되면말고 ㅎ 가보자고~ 1. 중복숫자 한개로 만들고 빈칸 얼마나 만들었는지 갯수랑 보여주기~ https://leetcode.com/problems/remove-duplicates-from-sorted-array/description/ Remove Duplicates from Sorted Array - LeetCode Can you solve this real interview question? Remove Duplicates from Sorted Array - Given an integer array nums sorted in non-decreasing order, remove the duplicates in-place [https://en.wik.. 2024. 1. 12. 이전 1 다음 반응형