본문 바로가기

분류 전체보기

(38)
Leet me code 7 - [LeetCode][C++] 876. Middle of the Linked List (Easy) ⓛⓔⓔⓣ ⓜⓔ ⓒⓞⓓⓔ! https://leetcode.com/problems/middle-of-the-linked-list/ Middle of the Linked List - LeetCode 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 876. Middle of the Linked List Given the head of a singly linked list, return the middle node of the linked list. If there are two midd..
Leet me code 6 - [LeetCode][C++] 28. Implement strStr() (Easy) leet me code! https://leetcode.com/problems/implement-strstr/ Implement strStr() - LeetCode 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 28. Implement strStr() Implement strStr(). Return the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack. Cla..
Leet me code 5 - [LeetCode][C++] 70. Climbing Stairs (Easy) leet code me :-| https://leetcode.com/problems/climbing-stairs/ Climbing Stairs - LeetCode 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 70. Climbing Stairs You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps. In how many distinct w..
Leet me code 4 - [LeetCode][C++] 26. Remove Duplicates from Sorted Array (Easy) leet me code ! https://leetcode.com/problems/remove-duplicates-from-sorted-array/ 26. Remove Duplicates from Sorted Array Given an integer array nums sorted in non-decreasing order, remove the duplicates in-place such that each unique element appears only once. The relative order of the elements should be kept the same. Since it is impossible to change the length of the array in some languages, ..
Leet me code 3 - [LeetCode][C++] 14. Longest Common Prefix (Easy) leet me code :-) https://leetcode.com/problems/longest-common-prefix/ Longest Common Prefix - LeetCode 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 14. Longest Common Prefix Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefi..
Leet me code 2 - [LeetCode][C++] 9. Palindrome Number (Easy) leet me code :) https://leetcode.com/problems/palindrome-number/ Palindrome Number - LeetCode 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 9. Palindrome Number Given an integer x, return true if x is palindrome integer. An integer is a palindrome when it reads the same backward as forwar..
[실제 상황 비즈니스 영어#2] make sense makes sense 의미가 통하다[이해가 되다] 타당하다[말이 되다] 이해[설명]하기 쉽다 [출처] 네이버 사전 흔한 표현이지만 그만큼 쓸모가 많은 것 같다. 실제 상황) A가 B에게 이해되지 않는 부분에 대해 문의를 하고, 이 후 원하는 답변을 받았다. => Makes sense to me! Thanks for clarifying. 확실하지 않은 부분에 대해 답변을 받고, 의문이 해결되었을 때 - 오 이제 알겠다! 이해됐다! 반대로 이해되지 않을 때도 유용하게 쓸 수 있다. 활용해보자. => It makes sense. (알겠어요, 이해했어요.) => It doesn't make sense at all. (1도 모르겠음) => That would seem to make sense. (맞는 것 같기도 ..
Leet me code 1 - [LeetCode][C++] 1. Two Sum (Easy) Leet me code :-P https://leetcode.com/problems/two-sum/ Two Sum - LeetCode 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 1. Two Sum Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input woul..