본문 바로가기

분류 전체보기

(426)
LeetCode #566 ReshapeTheMatrix. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,Matlab resh.. LeetCode #566 ReshapeTheMatrix. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,Matlab reshape Got difficulties with how to initialize vector in vector with size which I want. Performance is not bad, memory usage is bad. 벡터 안에 벡터 원하는 사이즈로 초기화 하는 방법을 몰라서 좀 헤멤, 퍼포먼스 나쁘지 않음 메모리 나쁨 LeetCode #566Q. In MATL..
Niacin Vitamin B3, 나이아신 비타민 B3, usage/side effects/dosage 효능/부작용/성인,소아 용법 Niacin Vitamin B3, 나이아신 비타민 B3, usage/side effects/dosage 효능/부작용/성인,소아 용법 원문 ( 여기 )Origin ( Here ) Having enough niacin, or vitamin B3, in the body is important for general good health. As a treatment, higher amounts of niacin can improve cholesterol levels and lower cardiovascular risks. 몸에 충분한 나이아신(비타민B3) 를 갖고 있는 것은 일반적인 건강을 위해 중요하다. 치료로서, 고용량의 나이아신은 콜레스테롤 수치를 더 나아지게 해주고, 심혈관 위험을 낮출 수 있다. Why ..
LeetCode #559 MaximumDepthOfN-aryTree. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접 LeetCode #559 MaximumDepthOfN-aryTree. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접 트리는 풀 때마다 새로워서 재밌음, 퍼포먼스 88% 메모리 76% 둘다 괜춘 Tree structure is always new to me, so it's always interesting. Performance 88%, Memory 76%, kinda good. LeetCode #559Q.Given a n-ary tree, find its maximum depth.The maxim..
LeetCode #557 reverseWordsInAString3. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접 LeetCode #557 reverseWordsInAString3. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접 금방 떠오르고 금방 코딩됐지만 퍼포먼스가 꽝 Solution came up with very easily and coding easily too, but performance is shitty LeetCode #557Q.Given a string, you need to reverse the order of characters in each word within a sentence wh..
Android Internet permission, 안드로이드 인터넷 권한, Permission denied (maybe missing INTERNET permission) Android Internet permission, 안드로이드 인터넷 권한, Permission denied (maybe missing INTERNET permission) java.net.SocketException: Permission denied (maybe missing INTERNET permission) error log like this, 위와 같은 에러가 뜬다거나 하면 인터넷 권한을 줘야하는데, AndroidManifest.xml 파일에다가 라인을 추가한다. Add in AndroidManifest.xml Something else you might like...? 2019/03/01 - [Programming/C++] - Basic C++ project setting process C++..
LeetCode #551 StudentAttendanceRecord1. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접 LeetCode #551 StudentAttendanceRecord1. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접 막 풀고 예외케이스 그때그때 틀어막아서 풀었더니 풀고나서 만족감이 떨어짐.. 퍼포먼스는 100%.. I solved just trying again and again, and fixed exception case after submit. So.. I cannot satisfied with it even if I solved.. performance is 100% tho.. Leet..
Vitamin B1, Thiamine, 비타민 B1, 티아민 usage/side effects/dosage 효능/부작용/성인,소아 용법 Vitamin B1, Thiamine, 비타민 B1, 티아민 usage/side effects/dosage 효능/부작용/성인,소아 용법 원문 ( 여기 )Origin ( Here ) What Does Vitamin B-1 Do? 비타민 B1 이 어떤 역할을 하나? Thiamine is an essential nutrient that all tissues of the body need to function properly. Thiamine was the first B vitamin that scientists discovered. This is why its name carries the number 1. Like the other B vitamins, thiamine is water-soluble and ..
LeetCode #520 DetectCapital. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접 LeetCode #520 DetectCapital. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접 문제 자체는 단순히 조건문으로만 풀 수 있는데, if if if 들어가는게 별로 보기 좋진 않음최초 한바퀴에 전체 대/소문자 나타내는 bit 이나 map 을 만들어놓고 해볼까 하다가 성능이 더 좋을 것 같진 않아서 그냥 풀었는데if 분기 많이 하긴 했는데도 퍼포먼스는 100% 나옴 LeetCode #520Q. Given a word, you need to judge whether the usage o..