LeetCode #182 DuplicateEmails. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, 데이터베..
LeetCode #182 DuplicateEmails. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, 데이터베이스, sql, query, 쿼리 Runtime: 175 ms, faster than 93.09% of MySQL online submissions for Duplicate Emails. Memory Usage: 0B, less than 100.00% of MySQL online submissions for Duplicate Emails. LeetCode #182 Q. SQL Sch..
LeetCode #1137 N-thTribonacciNumber. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접
LeetCode #1137 N-thTribonacciNumber. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접 Runtime: 0 ms, faster than 100.00% of C++ online submissions for N-th Tribonacci Number. Memory Usage: 8.1 MB, less than 100.00% of C++ online submissions for N-th Tribonacci Number. LeetCode #1137 Q. The Tribonacc..
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 를 넘거나, 인구..
How to sort vector in C++, 벡터 정렬하는 방법,sorting,배열,stl,씨쁠쁠,example code,예제코드,표준라이브러리
How to sort vector in C++, 벡터 정렬하는 방법,sorting,배열,stl,씨쁠쁠,example code,예제코드,표준라이브러리 벡터 오름차순, 내림차순 정렬 방법 (STL) Vector sorting descending, ascending #include #include #include using namespace std; int main(int argc, char*(*argv)) { vector sampleVector1 = { 6,2,6,3,7,2,1,9,123,42,7,645,185 }; vector sampleVector2 = { 6,2,6,3,7,2,1,9,123,42,7,645,185 }; // ascending sort(sampleVector1.begin(), sample..
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...