From 5f3604ac5398e0f15ed193f62af58ede11662178 Mon Sep 17 00:00:00 2001 From: sounmind Date: Sat, 23 Nov 2024 20:05:04 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20github=20user=20name=EC=9C=BC=EB=A1=9C?= =?UTF-8?q?=20=ED=8C=8C=EC=9D=BC=20=EC=9D=B4=EB=A6=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 3sum/{evan.js => sounmind.js} | 0 binary-tree-level-order-traversal/{evan.js => sounmind.js} | 0 climbing-stairs/{evan.js => sounmind.js} | 0 clone-graph/{evan.py => sounmind.py} | 0 coin-change/{evan.py => sounmind.py} | 0 combination-sum/{evan.py => sounmind.py} | 0 .../{evan.py => sounmind.py} | 0 container-with-most-water/{evan.js => sounmind.js} | 0 counting-bits/{evan.js => sounmind.js} | 0 course-schedule/{evan.py => sounmind.py} | 0 decode-ways/{evan.py => sounmind.py} | 0 .../{evan.py => sounmind.py} | 0 encode-and-decode-strings/{evan.js => sounmind.js} | 0 find-minimum-in-rotated-sorted-array/{evan.js => sounmind.js} | 0 graph-valid-tree/{evan.py => sounmind.py} | 0 group-anagrams/{evan.js => sounmind.js} | 0 house-robber-ii/{evan.py => sounmind.py} | 0 house-robber/{evan.py => sounmind.py} | 0 implement-trie-prefix-tree/{evan.py => sounmind.py} | 0 insert-interval/{evan.py => sounmind.py} | 0 invert-binary-tree/{evan.js => sounmind.js} | 0 jump-game/{evan.py => sounmind.py} | 0 kth-smallest-element-in-a-bst/{evan.py => sounmind.py} | 0 linked-list-cycle/{evan.js => sounmind.js} | 0 longest-common-subsequence/{evan.py => sounmind.py} | 0 longest-consecutive-sequence/{evan.js => sounmind.js} | 0 longest-increasing-subsequence/{evan.py => sounmind.py} | 0 longest-palindromic-substring/{evan.py => sounmind.py} | 0 longest-repeating-character-replacement/{evan.js => sounmind.js} | 0 .../{evan.js => sounmind.js} | 0 .../{evan.js => sounmind.js} | 0 maximum-depth-of-binary-tree/{evan.js => sounmind.js} | 0 maximum-product-subarray/{evan.py => sounmind.py} | 0 maximum-subarray/{evan.py => sounmind.py} | 0 meeting-rooms-ii/{evan.py => sounmind.py} | 0 meeting-rooms/{evan.js => sounmind.js} | 0 merge-intervals/{evan.py => sounmind.py} | 0 merge-two-sorted-lists/{evan.js => sounmind.js} | 0 missing-number/{evan.js => sounmind.js} | 0 non-overlapping-intervals/{evan.py => sounmind.py} | 0 number-of-1-bits/{evan.js => sounmind.js} | 0 .../{evan.py => sounmind.py} | 0 number-of-islands/{evan.py => sounmind.py} | 0 pacific-atlantic-water-flow/{evan.py => sounmind.py} | 0 palindromic-substrings/{evan.py => sounmind.py} | 0 product-of-array-except-self/{evan.js => sounmind.js} | 0 remove-nth-node-from-end-of-list/{evan.js => sounmind.js} | 0 reorder-list/{evan.js => sounmind.js} | 0 reverse-bits/{evan.js => sounmind.js} | 0 reverse-linked-list/{evan.js => sounmind.js} | 0 rotate-image/{evan.py => sounmind.py} | 0 same-tree/{evan.js => sounmind.js} | 0 search-in-rotated-sorted-array/{evan.js => sounmind.js} | 0 set-matrix-zeroes/{evan.py => sounmind.py} | 0 spiral-matrix/{evan.py => sounmind.py} | 0 subtree-of-another-tree/{evan.js => sounmind.js} | 0 sum-of-two-integers/{evan.py => sounmind.py} | 0 top-k-frequent-elements/{evan.js => sounmind.js} | 0 unique-paths/{evan.py => sounmind.py} | 0 valid-parentheses/{evan.js => sounmind.js} | 0 validate-binary-search-tree/{evan.js => sounmind.js} | 0 word-break/{evan.py => sounmind.py} | 0 word-search/{evan.py => sounmind.py} | 0 63 files changed, 0 insertions(+), 0 deletions(-) rename 3sum/{evan.js => sounmind.js} (100%) rename binary-tree-level-order-traversal/{evan.js => sounmind.js} (100%) rename climbing-stairs/{evan.js => sounmind.js} (100%) rename clone-graph/{evan.py => sounmind.py} (100%) rename coin-change/{evan.py => sounmind.py} (100%) rename combination-sum/{evan.py => sounmind.py} (100%) rename construct-binary-tree-from-preorder-and-inorder-traversal/{evan.py => sounmind.py} (100%) rename container-with-most-water/{evan.js => sounmind.js} (100%) rename counting-bits/{evan.js => sounmind.js} (100%) rename course-schedule/{evan.py => sounmind.py} (100%) rename decode-ways/{evan.py => sounmind.py} (100%) rename design-add-and-search-words-data-structure/{evan.py => sounmind.py} (100%) rename encode-and-decode-strings/{evan.js => sounmind.js} (100%) rename find-minimum-in-rotated-sorted-array/{evan.js => sounmind.js} (100%) rename graph-valid-tree/{evan.py => sounmind.py} (100%) rename group-anagrams/{evan.js => sounmind.js} (100%) rename house-robber-ii/{evan.py => sounmind.py} (100%) rename house-robber/{evan.py => sounmind.py} (100%) rename implement-trie-prefix-tree/{evan.py => sounmind.py} (100%) rename insert-interval/{evan.py => sounmind.py} (100%) rename invert-binary-tree/{evan.js => sounmind.js} (100%) rename jump-game/{evan.py => sounmind.py} (100%) rename kth-smallest-element-in-a-bst/{evan.py => sounmind.py} (100%) rename linked-list-cycle/{evan.js => sounmind.js} (100%) rename longest-common-subsequence/{evan.py => sounmind.py} (100%) rename longest-consecutive-sequence/{evan.js => sounmind.js} (100%) rename longest-increasing-subsequence/{evan.py => sounmind.py} (100%) rename longest-palindromic-substring/{evan.py => sounmind.py} (100%) rename longest-repeating-character-replacement/{evan.js => sounmind.js} (100%) rename longest-substring-without-repeating-characters/{evan.js => sounmind.js} (100%) rename lowest-common-ancestor-of-a-binary-search-tree/{evan.js => sounmind.js} (100%) rename maximum-depth-of-binary-tree/{evan.js => sounmind.js} (100%) rename maximum-product-subarray/{evan.py => sounmind.py} (100%) rename maximum-subarray/{evan.py => sounmind.py} (100%) rename meeting-rooms-ii/{evan.py => sounmind.py} (100%) rename meeting-rooms/{evan.js => sounmind.js} (100%) rename merge-intervals/{evan.py => sounmind.py} (100%) rename merge-two-sorted-lists/{evan.js => sounmind.js} (100%) rename missing-number/{evan.js => sounmind.js} (100%) rename non-overlapping-intervals/{evan.py => sounmind.py} (100%) rename number-of-1-bits/{evan.js => sounmind.js} (100%) rename number-of-connected-components-in-an-undirected-graph/{evan.py => sounmind.py} (100%) rename number-of-islands/{evan.py => sounmind.py} (100%) rename pacific-atlantic-water-flow/{evan.py => sounmind.py} (100%) rename palindromic-substrings/{evan.py => sounmind.py} (100%) rename product-of-array-except-self/{evan.js => sounmind.js} (100%) rename remove-nth-node-from-end-of-list/{evan.js => sounmind.js} (100%) rename reorder-list/{evan.js => sounmind.js} (100%) rename reverse-bits/{evan.js => sounmind.js} (100%) rename reverse-linked-list/{evan.js => sounmind.js} (100%) rename rotate-image/{evan.py => sounmind.py} (100%) rename same-tree/{evan.js => sounmind.js} (100%) rename search-in-rotated-sorted-array/{evan.js => sounmind.js} (100%) rename set-matrix-zeroes/{evan.py => sounmind.py} (100%) rename spiral-matrix/{evan.py => sounmind.py} (100%) rename subtree-of-another-tree/{evan.js => sounmind.js} (100%) rename sum-of-two-integers/{evan.py => sounmind.py} (100%) rename top-k-frequent-elements/{evan.js => sounmind.js} (100%) rename unique-paths/{evan.py => sounmind.py} (100%) rename valid-parentheses/{evan.js => sounmind.js} (100%) rename validate-binary-search-tree/{evan.js => sounmind.js} (100%) rename word-break/{evan.py => sounmind.py} (100%) rename word-search/{evan.py => sounmind.py} (100%) diff --git a/3sum/evan.js b/3sum/sounmind.js similarity index 100% rename from 3sum/evan.js rename to 3sum/sounmind.js diff --git a/binary-tree-level-order-traversal/evan.js b/binary-tree-level-order-traversal/sounmind.js similarity index 100% rename from binary-tree-level-order-traversal/evan.js rename to binary-tree-level-order-traversal/sounmind.js diff --git a/climbing-stairs/evan.js b/climbing-stairs/sounmind.js similarity index 100% rename from climbing-stairs/evan.js rename to climbing-stairs/sounmind.js diff --git a/clone-graph/evan.py b/clone-graph/sounmind.py similarity index 100% rename from clone-graph/evan.py rename to clone-graph/sounmind.py diff --git a/coin-change/evan.py b/coin-change/sounmind.py similarity index 100% rename from coin-change/evan.py rename to coin-change/sounmind.py diff --git a/combination-sum/evan.py b/combination-sum/sounmind.py similarity index 100% rename from combination-sum/evan.py rename to combination-sum/sounmind.py diff --git a/construct-binary-tree-from-preorder-and-inorder-traversal/evan.py b/construct-binary-tree-from-preorder-and-inorder-traversal/sounmind.py similarity index 100% rename from construct-binary-tree-from-preorder-and-inorder-traversal/evan.py rename to construct-binary-tree-from-preorder-and-inorder-traversal/sounmind.py diff --git a/container-with-most-water/evan.js b/container-with-most-water/sounmind.js similarity index 100% rename from container-with-most-water/evan.js rename to container-with-most-water/sounmind.js diff --git a/counting-bits/evan.js b/counting-bits/sounmind.js similarity index 100% rename from counting-bits/evan.js rename to counting-bits/sounmind.js diff --git a/course-schedule/evan.py b/course-schedule/sounmind.py similarity index 100% rename from course-schedule/evan.py rename to course-schedule/sounmind.py diff --git a/decode-ways/evan.py b/decode-ways/sounmind.py similarity index 100% rename from decode-ways/evan.py rename to decode-ways/sounmind.py diff --git a/design-add-and-search-words-data-structure/evan.py b/design-add-and-search-words-data-structure/sounmind.py similarity index 100% rename from design-add-and-search-words-data-structure/evan.py rename to design-add-and-search-words-data-structure/sounmind.py diff --git a/encode-and-decode-strings/evan.js b/encode-and-decode-strings/sounmind.js similarity index 100% rename from encode-and-decode-strings/evan.js rename to encode-and-decode-strings/sounmind.js diff --git a/find-minimum-in-rotated-sorted-array/evan.js b/find-minimum-in-rotated-sorted-array/sounmind.js similarity index 100% rename from find-minimum-in-rotated-sorted-array/evan.js rename to find-minimum-in-rotated-sorted-array/sounmind.js diff --git a/graph-valid-tree/evan.py b/graph-valid-tree/sounmind.py similarity index 100% rename from graph-valid-tree/evan.py rename to graph-valid-tree/sounmind.py diff --git a/group-anagrams/evan.js b/group-anagrams/sounmind.js similarity index 100% rename from group-anagrams/evan.js rename to group-anagrams/sounmind.js diff --git a/house-robber-ii/evan.py b/house-robber-ii/sounmind.py similarity index 100% rename from house-robber-ii/evan.py rename to house-robber-ii/sounmind.py diff --git a/house-robber/evan.py b/house-robber/sounmind.py similarity index 100% rename from house-robber/evan.py rename to house-robber/sounmind.py diff --git a/implement-trie-prefix-tree/evan.py b/implement-trie-prefix-tree/sounmind.py similarity index 100% rename from implement-trie-prefix-tree/evan.py rename to implement-trie-prefix-tree/sounmind.py diff --git a/insert-interval/evan.py b/insert-interval/sounmind.py similarity index 100% rename from insert-interval/evan.py rename to insert-interval/sounmind.py diff --git a/invert-binary-tree/evan.js b/invert-binary-tree/sounmind.js similarity index 100% rename from invert-binary-tree/evan.js rename to invert-binary-tree/sounmind.js diff --git a/jump-game/evan.py b/jump-game/sounmind.py similarity index 100% rename from jump-game/evan.py rename to jump-game/sounmind.py diff --git a/kth-smallest-element-in-a-bst/evan.py b/kth-smallest-element-in-a-bst/sounmind.py similarity index 100% rename from kth-smallest-element-in-a-bst/evan.py rename to kth-smallest-element-in-a-bst/sounmind.py diff --git a/linked-list-cycle/evan.js b/linked-list-cycle/sounmind.js similarity index 100% rename from linked-list-cycle/evan.js rename to linked-list-cycle/sounmind.js diff --git a/longest-common-subsequence/evan.py b/longest-common-subsequence/sounmind.py similarity index 100% rename from longest-common-subsequence/evan.py rename to longest-common-subsequence/sounmind.py diff --git a/longest-consecutive-sequence/evan.js b/longest-consecutive-sequence/sounmind.js similarity index 100% rename from longest-consecutive-sequence/evan.js rename to longest-consecutive-sequence/sounmind.js diff --git a/longest-increasing-subsequence/evan.py b/longest-increasing-subsequence/sounmind.py similarity index 100% rename from longest-increasing-subsequence/evan.py rename to longest-increasing-subsequence/sounmind.py diff --git a/longest-palindromic-substring/evan.py b/longest-palindromic-substring/sounmind.py similarity index 100% rename from longest-palindromic-substring/evan.py rename to longest-palindromic-substring/sounmind.py diff --git a/longest-repeating-character-replacement/evan.js b/longest-repeating-character-replacement/sounmind.js similarity index 100% rename from longest-repeating-character-replacement/evan.js rename to longest-repeating-character-replacement/sounmind.js diff --git a/longest-substring-without-repeating-characters/evan.js b/longest-substring-without-repeating-characters/sounmind.js similarity index 100% rename from longest-substring-without-repeating-characters/evan.js rename to longest-substring-without-repeating-characters/sounmind.js diff --git a/lowest-common-ancestor-of-a-binary-search-tree/evan.js b/lowest-common-ancestor-of-a-binary-search-tree/sounmind.js similarity index 100% rename from lowest-common-ancestor-of-a-binary-search-tree/evan.js rename to lowest-common-ancestor-of-a-binary-search-tree/sounmind.js diff --git a/maximum-depth-of-binary-tree/evan.js b/maximum-depth-of-binary-tree/sounmind.js similarity index 100% rename from maximum-depth-of-binary-tree/evan.js rename to maximum-depth-of-binary-tree/sounmind.js diff --git a/maximum-product-subarray/evan.py b/maximum-product-subarray/sounmind.py similarity index 100% rename from maximum-product-subarray/evan.py rename to maximum-product-subarray/sounmind.py diff --git a/maximum-subarray/evan.py b/maximum-subarray/sounmind.py similarity index 100% rename from maximum-subarray/evan.py rename to maximum-subarray/sounmind.py diff --git a/meeting-rooms-ii/evan.py b/meeting-rooms-ii/sounmind.py similarity index 100% rename from meeting-rooms-ii/evan.py rename to meeting-rooms-ii/sounmind.py diff --git a/meeting-rooms/evan.js b/meeting-rooms/sounmind.js similarity index 100% rename from meeting-rooms/evan.js rename to meeting-rooms/sounmind.js diff --git a/merge-intervals/evan.py b/merge-intervals/sounmind.py similarity index 100% rename from merge-intervals/evan.py rename to merge-intervals/sounmind.py diff --git a/merge-two-sorted-lists/evan.js b/merge-two-sorted-lists/sounmind.js similarity index 100% rename from merge-two-sorted-lists/evan.js rename to merge-two-sorted-lists/sounmind.js diff --git a/missing-number/evan.js b/missing-number/sounmind.js similarity index 100% rename from missing-number/evan.js rename to missing-number/sounmind.js diff --git a/non-overlapping-intervals/evan.py b/non-overlapping-intervals/sounmind.py similarity index 100% rename from non-overlapping-intervals/evan.py rename to non-overlapping-intervals/sounmind.py diff --git a/number-of-1-bits/evan.js b/number-of-1-bits/sounmind.js similarity index 100% rename from number-of-1-bits/evan.js rename to number-of-1-bits/sounmind.js diff --git a/number-of-connected-components-in-an-undirected-graph/evan.py b/number-of-connected-components-in-an-undirected-graph/sounmind.py similarity index 100% rename from number-of-connected-components-in-an-undirected-graph/evan.py rename to number-of-connected-components-in-an-undirected-graph/sounmind.py diff --git a/number-of-islands/evan.py b/number-of-islands/sounmind.py similarity index 100% rename from number-of-islands/evan.py rename to number-of-islands/sounmind.py diff --git a/pacific-atlantic-water-flow/evan.py b/pacific-atlantic-water-flow/sounmind.py similarity index 100% rename from pacific-atlantic-water-flow/evan.py rename to pacific-atlantic-water-flow/sounmind.py diff --git a/palindromic-substrings/evan.py b/palindromic-substrings/sounmind.py similarity index 100% rename from palindromic-substrings/evan.py rename to palindromic-substrings/sounmind.py diff --git a/product-of-array-except-self/evan.js b/product-of-array-except-self/sounmind.js similarity index 100% rename from product-of-array-except-self/evan.js rename to product-of-array-except-self/sounmind.js diff --git a/remove-nth-node-from-end-of-list/evan.js b/remove-nth-node-from-end-of-list/sounmind.js similarity index 100% rename from remove-nth-node-from-end-of-list/evan.js rename to remove-nth-node-from-end-of-list/sounmind.js diff --git a/reorder-list/evan.js b/reorder-list/sounmind.js similarity index 100% rename from reorder-list/evan.js rename to reorder-list/sounmind.js diff --git a/reverse-bits/evan.js b/reverse-bits/sounmind.js similarity index 100% rename from reverse-bits/evan.js rename to reverse-bits/sounmind.js diff --git a/reverse-linked-list/evan.js b/reverse-linked-list/sounmind.js similarity index 100% rename from reverse-linked-list/evan.js rename to reverse-linked-list/sounmind.js diff --git a/rotate-image/evan.py b/rotate-image/sounmind.py similarity index 100% rename from rotate-image/evan.py rename to rotate-image/sounmind.py diff --git a/same-tree/evan.js b/same-tree/sounmind.js similarity index 100% rename from same-tree/evan.js rename to same-tree/sounmind.js diff --git a/search-in-rotated-sorted-array/evan.js b/search-in-rotated-sorted-array/sounmind.js similarity index 100% rename from search-in-rotated-sorted-array/evan.js rename to search-in-rotated-sorted-array/sounmind.js diff --git a/set-matrix-zeroes/evan.py b/set-matrix-zeroes/sounmind.py similarity index 100% rename from set-matrix-zeroes/evan.py rename to set-matrix-zeroes/sounmind.py diff --git a/spiral-matrix/evan.py b/spiral-matrix/sounmind.py similarity index 100% rename from spiral-matrix/evan.py rename to spiral-matrix/sounmind.py diff --git a/subtree-of-another-tree/evan.js b/subtree-of-another-tree/sounmind.js similarity index 100% rename from subtree-of-another-tree/evan.js rename to subtree-of-another-tree/sounmind.js diff --git a/sum-of-two-integers/evan.py b/sum-of-two-integers/sounmind.py similarity index 100% rename from sum-of-two-integers/evan.py rename to sum-of-two-integers/sounmind.py diff --git a/top-k-frequent-elements/evan.js b/top-k-frequent-elements/sounmind.js similarity index 100% rename from top-k-frequent-elements/evan.js rename to top-k-frequent-elements/sounmind.js diff --git a/unique-paths/evan.py b/unique-paths/sounmind.py similarity index 100% rename from unique-paths/evan.py rename to unique-paths/sounmind.py diff --git a/valid-parentheses/evan.js b/valid-parentheses/sounmind.js similarity index 100% rename from valid-parentheses/evan.js rename to valid-parentheses/sounmind.js diff --git a/validate-binary-search-tree/evan.js b/validate-binary-search-tree/sounmind.js similarity index 100% rename from validate-binary-search-tree/evan.js rename to validate-binary-search-tree/sounmind.js diff --git a/word-break/evan.py b/word-break/sounmind.py similarity index 100% rename from word-break/evan.py rename to word-break/sounmind.py diff --git a/word-search/evan.py b/word-search/sounmind.py similarity index 100% rename from word-search/evan.py rename to word-search/sounmind.py