본문 바로가기

분류 전체보기

(20)
[Sliding Windows + TDD] Leetcode 3. Longest Substring Without Repeating Characters https://leetcode.com/problems/longest-substring-without-repeating-characters/?envType=study-plan-v2&envId=top-interview-150 entry.getValue()
[Two Pointers + 테스트 코드 + 리팩토링] Leetcode 125. Valid Palindrome https://leetcode.com/problems/valid-palindrome/?envType=study-plan-v2&envId=top-interview-150 Valid Palindrome - LeetCode Can you solve this real interview question? Valid Palindrome - A phrase is a palindrome if, after converting all uppercase letters into lowercase letters and removing all non-alphanumeric characters, it reads the same forward and backward. Alphanumeric cha leetcode.com https:..
[Two Pointers + 프록시 패턴 + 테스트 코드] Leetcode 88. Merge Sorted Array https://leetcode.com/problems/merge-sorted-array/?envType=study-plan-v2&envId=top-interview-150 Merge Sorted Array - LeetCode Can you solve this real interview question? Merge Sorted Array - You are given two integer arrays nums1 and nums2, sorted in non-decreasing order, and two integers m and n, representing the number of elements in nums1 and nums2 respectively. Merge nums1 an leetcode.com ht..
2023 Dev-Matching: 웹 백엔드 개발자(상반기) 지원 후기 데브매칭 데브매칭은 간단한 이력서를 작성하고 특정한 날짜에 코딩테스트를 치고 일정 수준의 점수를 넘기게 되면 프로그래머스가 참여자가 지원한 10개의 회사에 이력서를 전달해준다. 코딩 테스트 후기 이번 데브매칭에서는 테스트 시간은 2시간이고 문제는 알고리즘 3문제, SQL 1문제로 진행되었다. 첫 번째 문제 (난이도: 중) 태그: Set, 구현 주어진 문제에 대해 따라 구현하면 되는 문제였다. 문제를 푸는 데 제일 시간이 오래 걸렸다. 규칙을 어떻게 되는지 고민했기 때문이다. 어떻게 구현하는 봐에 따라 많이 다를 것 같다. 두 번째 문제 (난이도: 하) 태그: dfs, 완전 탐색, 그래프 탐색 옛날 터치 휴대폰 보면 처음에 화면을 열기 위해 패턴을 그렸는 데, 이 패턴의 경우의 수를 찾는 문제였다. 기본적..

반응형