nearKim's Facade
  • Algorithm
  • Aws
  • Devops
  • Django
  • Javascript
  • Python
  • Tutorial
  • Quicksort 알고리즘 구현

    Quicksort 알고리즘을 Python을 이용하여 구현하기

    June 6, 2019 - 3 minute read -
    algorithm python
  • Quicksort 알고리즘 복잡도

    Quicksort 알고리즘의 평균 시간복잡도 수학적으로 증명하기

    June 3, 2019 - 3 minute read -
    algorithm
  • Quicksort 알고리즘 개요

    Pivot을 기준으로 정렬하는 Quicksort 알고리즘 알아보기

    June 3, 2019 - 3 minute read -
    algorithm
  • Counting Inversion 알고리즘 구현

    Counting Inversion 알고리즘을 Python으로 구현하기

    May 21, 2019 - 4 minute read -
    algorithm python
  • Counting Inversions of an array

    주어진 Array의 Inversion Pair의 갯수를 구하는 알고리즘 알아보기

    May 19, 2019 - 4 minute read -
    algorithm
  • Karatsuba 알고리즘 구현하기

    빠른 곱셈연산을 위한 Karatsuba 알고리즘을 Python으로 구현하기

    May 18, 2019 - 3 minute read -
    algorithm python
  • Karatsuba 알고리즘 개요

    빠른 곱셈연산을 위한 Karatsuba 알고리즘 알아보기

    May 18, 2019 - 4 minute read -
    algorithm
  • Tree 구조에서 특정 Node의 후손 중 특정 id를 가진 Node의 존재 여부 알아내기

    Javascript를 이용하여 Tree의 어떤 Node의 모든 하위 Node 중에 특정한 id를 가진 Node가 존재하는지 검사하기

    May 4, 2019 - 2 minute read -
    javascript algorithm
  • Tree 구조에서 특정 Node 찾기

    Javascript를 이용한 Tree 자료구조에서 특정 ID를 가지는 Node 탐색하기

    May 1, 2019 - 2 minute read -
    javascript algorithm

Give a good cup of COFFEE to Me.