• 2020-09 첫째 주

    🟥 : 미완료 ✅ : 완료 8 / 31 (월) ✅ 알고리즘 9 / 01 (화) ✅ Mixin 프로젝트 ✅ 우아한 테크러닝 TypeScript & React [정리 repo] 9 / 02 (수) ✅ 알고리즘 문제 풀기 ✅ 알고리즘 스터디 (행아웃) [스터디 repo] ✅ Mixin 프로젝트


  • 2020-08 넷째 주

    🟥 : 미완료 ✅ : 완료 8 / 24 (월) ✅ Mixin 이번 주 일감 일 단위 계획 세분화하기 ✅ 알고리즘 풀기 ✅ AWS/DevOps 강의 듣기 8 / 25 (화) ✅ Mixin 외주 클라이언트 부분 작업 ✅ 노트북 수리 해결… 8 / 26 (수) ✅ 노트북 문제 해결.. 노트북 때문에...


  • Leetcode [Easy] 189 - Rotate Array

    LeetCode 189 Rotate Array 문제 출처 문제 Given an array, rotate the array to the right by k steps, where k is non-negative. Follow up: Try to come up as many solutions as you can, there are at least 3 different ways to solve this problem. Could you do it...


  • Leetcode [Easy] 26 - Remove Duplicates from Sorted Array

    LeetCode 26 Remove Duplicates from Sorted Array 문제 출처 문제 Given a sorted array nums, remove the duplicates in-place such that each element appear only once and return the new length. Do not allocate extra space for another array, you must do this by modifying the input array in-place with...


  • Leetcode [Easy] 824 - Goat Latin

    LeetCode 824 Goat Latin 문제 출처 문제 A sentence S is given, composed of words separated by spaces. Each word consists of lowercase and uppercase letters only. We would like to convert the sentence to "Goat Latin" (a made-up language similar to Pig Latin.) The rules of Goat Latin are...