# sorting 구현
https://github.com/ysoftman/test_code/blob/master/cpp/sort_test.cpp# GCD GCD(greatest common divisor) 최대 공약수 구하기
# fibonacci 수열구하기
# factorial
# binary search
# primer number 찾기
# prime number 찾기(Eratosthenes(에라토스테네스의 체) 방법으로 소수 구하기)
# 무한소수 체크
# Levenshtein-Distance 알고리즘 구현
실행결과화면 replace cost 를 1로 했을때
# K-Means Clustering
# Dijkstra (다익스트라) 알고리즘으로 최단경로 찾기
# precision/recall
# elo rating
# anagram
# largest possible combined number
https://github.com/ysoftman/test_code/blob/master/golang/largest_possible_combined_number/largest_possible_combined_number.go# codility_demo_find_equilibrium_index
https://github.com/ysoftman/codingtest/blob/master/codility/codility_demo_find_equilibrium_index.cpp