Url: https://leetcode.com/problems/merge-two-sorted-lists Question: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. 솔직히 너무 쉬운 문제라 안올릴까 했는데 그냥 정리차원에서.. 사이즈를 알 필요도 ...
[LeetCode] Merge K Sorted Lists
url: https://leetcode.com/problems/merge-k-sorted-lists Question: Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity. k개의 정렬된 링크드 리스트를 합치는 문제. 물론 정렬된 상태의 한개의 리스트로. 다양한 방법이 나올 수 있지만, 가장 처음 생각한 것은 재귀적 ...
[LeetCode] 3Sum
Url: https://leetcode.com/problems/3sum/description/ Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero. Note: The ...
[LeetCode] Two Sum
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have exactly one solution, and you may not use the same element twice. ...
정리가 필요한 시점
오랜만의 글이다. 그간 유라임 개발을 하느라고 정신이 없었다. 얼마전 모 VC에도 지원했지만 쓴고비를 마셨다. 최근에는 스타트업을 시작한지도 2년이 지나고 했으니 다시 풀타임 포지션을 알아보고 있다. 그러는 중간에, 정말 오랜만에 문득 내가 스스로 원하는 것이 무엇인지에 대한 고민이 들었고, 오늘 그 ...
[유라임 개발이야기] 코딩시간 분석을 통한 작업 정리
요즘 정말 유라임 개발이 재밌다. 학교 정규교과가 끝나고 나서, 프로젝트 하나만 남아있어서 너무 편하다. 몇번이나 말했지만 학교는 내 체질이 아니라는 생각이 든다. 분명 3개월 전만 해도 개발력이 너무 떨어져서 걱정했었는데, 요즘에는 많은 부분을 공부하고 있다. 내 관심분야인 마이크로 서비스 아키텍처는 ...
React와 React Native의 코드 공유의 한계
최근 열심히 리엑트를 실무에 적용하며, 어느정도 코어 코드가 나와서 이를 바로 리엑트 네이티브로 변경하려고 해봤다. 사실 리엑트를 사용하는 이유 자체도 스스로가 앱 개발에는 자신이 없었으며 웹으로 반응형 웹 적용해 두면 작은 화면에서도 열심히 나오지 않겠는가 해서 예전에 앵귤러 쓰다 ionic으로 ...