Skip to content

Commit

Permalink
수정: 플로이드-와샬 -> 플로이드-워셜
Browse files Browse the repository at this point in the history
  • Loading branch information
wzrabbit committed May 31, 2022
1 parent 9287042 commit e5378ad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion totamjung/idToAlgorithm.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const idToAlgorithm = {
57: "값 / 좌표 압축",
58: "유클리드 호제법",
59: "강한 연결 요소",
60: "플로이드-와샬",
60: "플로이드-워셜",
61: "포함 배제의 원리",
62: "볼록 껍질",
63: "선형대수학",
Expand Down
2 changes: 1 addition & 1 deletion totamjung/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "토탐정",
"description": "토탐정은 백준 온라인 저지(BOJ)에서 사용할 수 있는 확장 프로그램입니다.\n알고리즘 분류 잠금 및 테마 기능을 제공합니다.",
"version": "1.0.3",
"version": "1.0.4",
"manifest_version": 3,
"permissions": [
"storage"
Expand Down
2 changes: 1 addition & 1 deletion totamjung/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h1>
<img class="title" src="../images/settings_title.png" />
</h1>
<div class="widget-bundle">
<div class="version">v1.0.3</div>
<div class="version">v1.0.4</div>
<img class="guide-link" id="guideBtn" src="../images/guide_link.png" />
<img class="github-link" id="githubBtn" src="../images/github_link.png" />
</div>
Expand Down
2 changes: 1 addition & 1 deletion totamjung/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const algorithmToId = {
"에라토스테네스의 체": 48, "매개 변수 탐색": 49, "최소 스패닝 트리": 50,
"이분 매칭": 51, "배낭 문제": 52, "최소 공통 조상": 53, "런타임 전의 전처리": 54,
"해싱": 55, "위상 정렬": 56, "값 / 좌표 압축": 57, "유클리드 호제법": 58,
"강한 연결 요소": 59, "플로이드–와샬": 60, "포함 배제의 원리": 61, "볼록 껍질": 62,
"강한 연결 요소": 59, "플로이드–워셜": 60, "포함 배제의 원리": 61, "볼록 껍질": 62,
"선형대수학": 63, "트라이": 64, "희소 배열": 65, "고속 푸리에 변환": 66,
"접미사 배열과 lcp 배열": 67, "제곱근 분할법": 68,
"작은 집합에서 큰 집합으로 합치는 테크닉": 69, "볼록 껍질을 이용한 최적화": 70,
Expand Down

0 comments on commit e5378ad

Please sign in to comment.