LeetCode #884 UncommonWordsFromTwoSentences. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접
LeetCode #884 UncommonWordsFromTwoSentences. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접 Runtime: 0 ms, faster than 100.00% of C++ online submissions for Uncommon Words from Two Sentences. Memory Usage: 9 MB, less than 75.00% of C++ online submissions for Uncommon Words from Two Sentences. Leet..
LeetCode #951 FlipEquivalentBinaryTrees. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,..
LeetCode #951 FlipEquivalentBinaryTrees. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,연결리스트 Runtime: 0 ms, faster than 100.00% of C++ online submissions for Flip Equivalent Binary Trees. Memory Usage: 11.7 MB, less than 57.14% of C++ online submissions for Flip Equivalent Binary Trees. LeetCode #95..
LeetCode #0595 BigCountries. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,연결리스..
LeetCode #0595 BigCountries. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,연결리스트, Database, 데이터베이스, mysql, mssql, query Runtime: 221 ms, faster than 71.47% of MySQL online submissions for Big Countries. Memory Usage: N/A LeetCode #595 Q. 위의 World 테이블이 있고, 나라명과 정보들이 들어가있다. 국토 면적이 3백만 스퀘어 km 를 넘거나, 인구..
LeetCode #344 ReverseString. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,연결리스트
LeetCode #344 ReverseString. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,연결리스트 Runtime: 36 ms, faster than 99.50% of C++ online submissions for Reverse String. Memory Usage: 15.2 MB, less than 95.12% of C++ online submissions for Reverse String. LeetCode #344 Q. Write a function that reverses a st..
LeetCode #896 MonotonicArray. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,연결리스트
LeetCode #896 MonotonicArray. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,연결리스트 Idk why it has best performance 퍼포먼스 왜 잘나오는건지 모르겠음 Runtime: 76 ms, faster than 94.39% of C++ online submissions for Monotonic Array. Memory Usage: 14 MB, less than 100.00% of C++ online submissions for Monotonic Array...
LeetCode #260 SingleNumber3. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,연결리스트
LeetCode #260 SingleNumber3. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,연결리스트 Runtime: 20 ms, faster than 22.92% of C++ online submissions for Single Number III. Memory Usage: 10.7 MB, less than 20.69% of C++ online submissions for Single Number III. LeetCode #260 Q. Given an array of numbers num..
LeetCode #852 PeakIndexInAMountainArray. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,..
LeetCode #852 PeakIndexInAMountainArray. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,연결리스트 STL 사용이 전체를 다 돌더라도 빠를 줄 알았는데, 그냥 for 문으로 절반만 확인하는게 더 빠름 I thought using STL will have better performance even though it has to iterate all element, but just checking half using for statement is better than S..
LeetCode #832 FlippingAnImage. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,연결리스..
LeetCode #832 FlippingAnImage. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,문제해결능력,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접,연결리스트 Runtime: 8 ms, faster than 98.29% of C++ online submissions for Flipping an Image. Memory Usage: 9.3 MB, less than 62.39% of C++ online submissions for Flipping an Image. LeetCode #832 Q. Given a binary matrix A, we w..