Recent posts

American Justice Week2: US constitution

1 minute read

Foundations of US Constitution (1) Common Law System King Alfred the Great, made the first body of common law, which is a mix of laws established by previou...

Getting Started Docker

3 minute read

What is Docker? Docker: Container strategy, tool for creating and managing containers Container: Standardized unit of software (Built in the same i...

Floyd-Warshall Algorithm

less than 1 minute read

FLoyd-Warshall: Shortest distance algorithm Function: Search the shortest distance between all nodes Feature: Available to implement even if there are nega...

Baekjoon1389

less than 1 minute read

가장 빠른 버스 노선 구하기(Floyd Warshall Algorithm) Baekjoon1389