Dijkstra Algorithm 02 (Procdure)

다익스트라 알고리즘의 개념 설명에 이어, 이번 포스트에서는 알고리즘의 자세한 진행 과정에 대해 정리한다.

Dijkstra Algorithm 01 (Intro)

최단거리 문제

알고리즘 문제를 풀다 보면, “어떤 점수의 최대값, 최소값 등을 구하시오.” 같은 문제를 본다. 이 때 문제가 그래프로 모델링 가능하다면, 대부분 그래프의 최단거리를 계산함으로써 답을 구할 수 있다.

You Don't Know JS: ES6 & Beyond

Before you dive into this book, you should have a solid working proficiency over JavaScript up to the most recent standard (at the time of this writing), which is commonly called ES5 (technically ES 5.1). Here, we plan to talk squarely about the upcoming ES6, as well as cast our vision beyond to understand how JS will evolve moving forward.

Welcome to Jekyll!

Hannwi You’ll find this post in your _posts directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve, which launches a web server and auto-regenerates your site when a file is updated.