From 2dc992fd73727d844f9e193d05f2a65c0fc5536a Mon Sep 17 00:00:00 2001 From: changicho Date: Wed, 17 Jun 2020 15:15:05 +0900 Subject: [PATCH] Feat: Add 17 - Sort Without Articles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ?: sort에서 a,b를 가공하고 비교 관사를 제거하고 비교하기 위해 관사를 제거하는 함수 생성 위 함수는 정규표현식을 사용함 정렬 시 비교할 대상에 위 함수를 이용해 관사 제거하고 List 자료형의 요소 연결 시 join으로 "," 제거 --- 17 - Sort Without Articles/changi.html | 78 ++++++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 17 - Sort Without Articles/changi.html diff --git a/17 - Sort Without Articles/changi.html b/17 - Sort Without Articles/changi.html new file mode 100644 index 0000000..9e47676 --- /dev/null +++ b/17 - Sort Without Articles/changi.html @@ -0,0 +1,78 @@ + + + + + Sort Without Articles + + + + + + + + +