본문 바로가기

전체 글

(426)
LeetCode #1030 MatrixCellsInDistanceOrder. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, .. LeetCode #1030 MatrixCellsInDistanceOrder. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, 데이터베이스, sql, query, 쿼리 Need to think bout enhancing performance Runtime: 896 ms, faster than 5.22% of C++ online submissions for Matrix Cells in Distance Order. Memory Usage: 23.9 MB, less than 57.50% of C++..
LeetCode #922 SortArrayByParity2. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, 데이터.. LeetCode #922 SortArrayByParity2. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, 데이터베이스, sql, query, 쿼리 Runtime: 88 ms, faster than 49.29% of C++ online submissions for Sort Array By Parity II. Memory Usage: 14.3 MB, less than 12.50% of C++ online submissions for Sort Array By Parity II. LeetCode..
LeetCode #791 CustomSortString. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, 데이터베.. LeetCode #791 CustomSortString. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, 데이터베이스, sql, query, 쿼리 Runtime: 0 ms, faster than 100.00% of C++ online submissions for Custom Sort String. Memory Usage: 8.4 MB, less than 81.82% of C++ online submissions for Custom Sort String. LeetCode #791 Q. S an..
AttributeError: module 'keras.backend' has no attribute 'image_dim_ordering' (케라스 버전업 후 에러, Keras error solving after version up) AttributeError: module 'keras.backend' has no attribute 'image_dim_ordering' (케라스 버전업 후 에러, Keras error solving after version up) 케라스 사용시, colab 에서 최신 버전을 사용하고 있어서 그런지, 돌리려는 코드에서 안되는게 가끔 있다. 그 중에, keras.backend 의 image_dim_ordering() 함수가 있는데. When I use keras in colab the latest version, I got error msg sometimes. like this ( keras.backend.image_dim_ordering() ) 이렇게 사용할 경우, If you use like this ..
LeetCode #929 UniqueEmailAddresses. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, 데이터.. LeetCode #929 UniqueEmailAddresses. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, 데이터베이스, sql, query, 쿼리 Runtime: 32 ms, faster than 78.13% of C++ online submissions for Unique Email Addresses. Memory Usage: 14.3 MB, less than 21.43% of C++ online submissions for Unique Email Addresses. LeetCode..
LeetCode #912 SortAnArray. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, 데이터베이스.. LeetCode #912 SortAnArray. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, 데이터베이스, sql, query, 쿼리 Runtime: 60 ms, faster than 93.71% of C++ online submissions for Sort an Array. Memory Usage: 12.5 MB, less than 94.44% of C++ online submissions for Sort an Array. STL 쓰면 되고, 삽입정렬 한번 해봤는데 time limit ..
LeetCode #496 NextGreaterElement1. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, 데이터.. LeetCode #496 NextGreaterElement1. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, 데이터베이스, sql, query, 쿼리 Runtime: 8 ms, faster than 97.38% of C++ online submissions for Next Greater Element I. Memory Usage: 8.9 MB, less than 100.00% of C++ online submissions for Next Greater Element I. LeetCode #..
LeetCode #1189 MaximumNumberOfBalloons. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, 데.. LeetCode #1189 MaximumNumberOfBalloons. Algorithm,알고리즘,LeetCode,Codefights,CodeSignal,코드파이트,코드시그널,예제,그래프,Graph,example,c++,java,재귀,recursive,datastructure,techinterview,coding,코딩인터뷰,기술면접, 데이터베이스, sql, query, 쿼리 Runtime: 0 ms, faster than 100.00% of C++ online submissions for Maximum Number of Balloons. Memory Usage: 8.9 MB, less than 100.00% of C++ online submissions for Maximum Number of Balloo..