• LeetCode solutions

    좋은 프로그래머가 되고싶다면 알고리즘과 자료구조에 대한 지식, 이해 그리고 실전 활용은 필수인 것 같습니다. 학부생 때 열심히 공부했는데(이론적으로만,,,) 알고리즘 문제만 보면 응용하지 못하고 땀을 흘리네요;;; 가능하다면 매일 한 문제 이상!!! 풀어보고 코드와 고민한 내용을 제 github repository에 commit 하겠습니다. Dongy’s Github Repository 기왕이면 영어로 풀어보려고 leet code를 선택했습니다 ㅋ.ㅋ 해보즈아...


  • HTML & CSS

    시작이 반 오늘 간단하게 HTML과 CSS 공부한 내용을 html로 정리해보았습니다. HTML 공부하여 만든 html page CSS 공부하여 만든 html page


  • 연말 계획

    생각정리 10월부터 1개월동안 알고리즘, CS 기본 지식, Java, Android를 공부. 이론적인 공부만 하다보니 집중력이 저하됨. 최근 하이브리드앱 프로젝트를 하면서 안드로이드 개발자는 웹 프론트엔드 기술(JavaScript, CSS, HTML)을 알아야겠다는 생각을 함. 뿐만아니라 최근 ReactNative의 명성이 자자하여 이를 사용해보고싶음. 하드웨어 기능을 활용하는 앱이 아니라면 Android와 iOS 모두 구동할 수 있어 활용도가 뛰어날 것이기...


  • Codility - OddOccurrencesInArray

    Lesson 2 - OddOccurrencesInArray A non-empty array A consisting of N integers is given. The array contains an odd number of elements, and each element of the array can be paired with another element that has the same value, except for one element that is left unpaired. For example, in...


  • Codility - CyclicRotation

    Lesson 2 - CyclicRotation An array A consisting of N integers is given. Rotation of the array means that each element is shifted right by one index, and the last element of the array is moved to the first place. For example, the rotation of array A = [3, 8,...