본문 바로가기

전체 글

709. To Lower Case Implement function ToLowerCase() that has a string parameter str, and returns the same string in lowercase. Example 1: Input: "Hello" Output: "hello" Example 2: Input: "here" Output: "here" Example 3: Input: "LOVELY" Output: "lovely" import java.util.*; class Solution { public String toLowerCase(String str) { char[] result = new char[str.length()]; for(int i=0; i 더보기
617. Merge Two Binary Trees Given two binary trees and imagine that when you put one of them to cover the other, some nodes of the two trees are overlapped while the others are not. You need to merge them into a new binary tree. The merge rule is that if two nodes overlap, then sum node values up as the new value of the merged node. Otherwise, the NOT null node will be used as the node of new tree. Example 1: Input: Tree 1.. 더보기
Favorates for Amazon Coding interviews 1. https://leetcode.com 2. https://www.interviewbit.com/ 3. https://www.geeksforgeeks.org/ 4. https://www.monsterindia.com- most frequent interview questions Leetcode frequency 별로 되어 있으니 참고하세요. Leetcode Questions - for Amazon Id Question Difficulty Data Structures Algorithms 1 Two Sum 2 1. array 1. sort 2. set 2. two pointers 2 Add Two Numbers 3 1. linked list 1. two pointers 2. math 3 Longest S.. 더보기
167. Two Sum II - Input array is sorted Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two numbers such that they add up to the target, where index1 must be less than index2. Note: Your returned answers (both index1 and index2) are not zero-based.You may assume that each input would have exactly o.. 더보기
아이패드 에어2, 3일 국내 출시…셀룰러 버전 73만2600원 SK텔레콤과 KT는 아이패드 에어2와 아이패드 미니3를 12월3일 출시한다고 28일 밝혔다. LG유플러스는 출시를 검토중으로 SK텔레콤과 KT보다 늦은 내년에 출시할 전망이다. ... 아이패드 에어2와 아이패드 미니3는 각각 16GB(기가바이트), 64GB, 128GB로 출시되며 아이패드 에어2 출고가격은 △16GB 73만2600원 △64GB 85만3600원 △128GB 97만4600원이고 아이패드 미니3는 △16GB 63만4700원 △64GB 75만5700원 △128GB 87만6700원이다. 머니투데이 * 출처 : http://news.naver.com/main/read.nhn?mode=LS2D&mid=shm&sid1=105&sid2=283&oid=008&aid=0003376314 더보기
LG전자, G3 롤리팝 업데이트 배포 시작 LG전자는 국내용 G3의 롤리팝 업데이트 배포를 시작했습니다. * 출처 : 모두의공원 "녜보"님 (http://clien.net/cs2/bbs/board.php?bo_table=park&wr_id=34011881 ) 더보기
파나소닉, 인도서 Eluga I 판매 시작 파나소닉은 Eluga I의 판매를 인도서 개시했습니다. 5" 720p, 8MP 카메라, 1.3Ghz 쿼드코어, 1GB RAM, 8GB 스토리지, 안드로이드 4.4.2, micro SD카드 슬랏, 2000mAh 배터리 등이며, INR 10,990 (KRW 197,000 가량)에 판매됩니다. * 출처 : GSMArena (http://www.gsmarena.com/panasonic_eluga_i_launches_in_india_for_177-news-10291.php ) 더보기
구글을 두개로 쪼갠다고? 美의회 제동 27일 외신에 따르면 구글의 반독점 혐의에 대한 유럽연합(EU)의 대대적인 조사에 대해 미국이 제동을 걸고 나섰다고 전했다. 한편 EU는 2010년 11월 검색 관련 업체들의 제소 이후 지난 4년간 구글의 독점 혐의를 조사해왔으며 유럽연합 의회는 구글의 검색 서비스를 다른 사업 부문과 분리하도록 요구하는 결의안을 상정해 오는 27일 표결을 앞두고 있다. * 출처 : http://www.kbench.com/?q=node/142973 더보기