From b7448cfa4fa17fdf639493de5ef5c300f585d999 Mon Sep 17 00:00:00 2001
From: LEE DONGHOON <oss002@ajou.ac.kr>
Date: Sun, 17 Apr 2022 12:45:04 +0000
Subject: [PATCH] Update README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3f200d0..7368b22 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,8 @@ With Given Weighted Graph and value K, We want to create a Path where total weig
 What is the least number of edges used to build this path
 
 #### INPUT :
-Number of Node : N 1~20
-K value : K 1~99
+Number of Node : N [1,20]
+K value : K [1,99]
 Weighted Edges
 
 #### Output :
-- 
GitLab