알고리즘 – 유니온 파인드(Union find) & 서로소 집합(Disjoint Set)
유니온 파인드(Union find) & 서로소 집합(Disjoint Set) 알고리즘에 대한 글입니다. (This article is about the Union find & Disjoint Set algorithm.)
알고리즘 – 유니온 파인드(Union find) & 서로소 집합(Disjoint Set) 더 읽기"
유니온 파인드(Union find) & 서로소 집합(Disjoint Set) 알고리즘에 대한 글입니다. (This article is about the Union find & Disjoint Set algorithm.)
알고리즘 – 유니온 파인드(Union find) & 서로소 집합(Disjoint Set) 더 읽기"
벨만-포드 (Bellman–Ford Algorithm) 알고리즘을 정리한 내용의 글입니다. (This article summarizes Bellman-Ford algorithm.)
알고리즘 – 벨만-포드 (Bellman–Ford Algorithm) 알고리즘 정리 더 읽기"
다익스트라/데이크스트라(Dijkstra) 알고리즘에 대하여 정리한 글입니다.’DP’와 ‘PriorityQueue’ 를 이용하여 구현합니다.(This article summarizes the Dijkstra algorithm.
Implement using ‘DP’ and ‘priority queue’.)
알고리즘 – 다익스트라/데이크스트라(Dijkstra) 알고리즘 정리 더 읽기"
빅오 표기법(Big-O Notation)을 정리한 글입니다.
알고리즘 – 빅오 표기법(Big-O Notation) 정리 더 읽기"
알고리즘을 공부하면서 공부한 내용을 정리한 글입니다. (This is an article that summarizes what you studied while studying algorithms.)
유클리드 호제법(Euclidean Algorithm) 을 이용한 최대 공약수를 구하는 방법을
설명합니다. 추가적으로 최소 공배수를 구하는 방법도 설명합니다.
알고리즘 – 유클리드 호제법(Euclidean Algorithm) / GCD + LCM 더 읽기"
‘ASCII(아스키)’의 간단한 설명과 테이블에 대한 글입니다. 알고리즘 문제를 풀다 보면 필요할 때가 있어 정리해 두었습니다. (A brief description of the ASCII (ASCII) and an article about the table. When I solve algorithm problems, I sometimes need them, so I organized them.)
ASCII Code Table – American Standard Code for Information Interchange Table 더 읽기"
알고리즘 중 하나인 ‘Dynamic Programming[DP]’에 대한 간단한 설명의 글입니다. / ‘피보나치 수열’을 예시로 들어 이론을 설명합니다. (This is a brief description of one of the algorithms, ‘Dynamic Programming [DP] / Use the Fibonacci sequence as an example to illustrate the theory.)
알고리즘 – Dynamic Programming [DP] (다이나믹 프로그래밍 / 동적 계획법) 더 읽기"
Tortoise SVN 를 설치하는 과정 및 URL 접속 및 unity 협업 시 필요한 ignore 설정에 대한 글입니다. 추가적으로 SVN의 간단한 용어 설명이 있습니다. (This article describes the process of installing Tortoise SVN and the ignore setting required for URL access and unity collaboration. Additionally, there is a brief description of SVN terminology.)
TortoiseSVN 설치 및 접속 + 간단한 용어 설명 + Unity ignore 설정 더 읽기"
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=kkson50&logNo=221251167091 에러 Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode, toggle the option in Preferences -> SQL Editor and reconnect. 0.000 sec 원인 테이블에서 키 값을 이용한 update나 delete만을 허용하도록 되어 있는데,그렇지 않게 좀 더