From 4fcc0c57fd9671f1414ec8394c1f3eb95093fd33 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Tue, 12 Dec 2023 14:34:59 +0100 Subject: [PATCH] chore: remove symlinked directories Signed-off-by: Matej Focko --- .../weekly-contest-276/divide-a-string-into-groups-of-size-k.cpp | 1 - .../weekly-contest-276/maximum-running-time-of-n-computers.cpp | 1 - .../weekly-contest-276/minimum-moves-to-reach-target-score.cpp | 1 - contest/weekly-contest-276/solving-questions-with-brainpower.cpp | 1 - grind75/week-1/two-sum.swift | 1 - grind75/week-1/valid-parentheses.swift | 1 - study-plan/algorithm/day-01/binary-search.rb | 1 - study-plan/algorithm/day-01/first-bad-version.rb | 1 - study-plan/algorithm/day-01/search-insert-position.rb | 1 - study-plan/algorithm/day-02/rotate-array.rb | 1 - study-plan/algorithm/day-02/squares-of-a-sorted-array.rb | 1 - study-plan/data-structure/day-01/contains-duplicate.rb | 1 - study-plan/data-structure/day-01/contains-duplicate.swift | 1 - study-plan/data-structure/day-01/maximum-subarray.rb | 1 - study-plan/data-structure/day-02/merge-sorted-array.rb | 1 - study-plan/data-structure/day-02/two-sum.rb | 1 - study-plan/dynamic-programming/day-01/fibonacci-number.rb | 1 - study-plan/dynamic-programming/day-01/tribonacci.rb | 1 - study-plan/dynamic-programming/day-02/climbing-stairs.rb | 1 - .../dynamic-programming/day-02/min-cost-climbing-stairs.rb | 1 - 20 files changed, 20 deletions(-) delete mode 120000 contest/weekly-contest-276/divide-a-string-into-groups-of-size-k.cpp delete mode 120000 contest/weekly-contest-276/maximum-running-time-of-n-computers.cpp delete mode 120000 contest/weekly-contest-276/minimum-moves-to-reach-target-score.cpp delete mode 120000 contest/weekly-contest-276/solving-questions-with-brainpower.cpp delete mode 120000 grind75/week-1/two-sum.swift delete mode 120000 grind75/week-1/valid-parentheses.swift delete mode 120000 study-plan/algorithm/day-01/binary-search.rb delete mode 120000 study-plan/algorithm/day-01/first-bad-version.rb delete mode 120000 study-plan/algorithm/day-01/search-insert-position.rb delete mode 120000 study-plan/algorithm/day-02/rotate-array.rb delete mode 120000 study-plan/algorithm/day-02/squares-of-a-sorted-array.rb delete mode 120000 study-plan/data-structure/day-01/contains-duplicate.rb delete mode 120000 study-plan/data-structure/day-01/contains-duplicate.swift delete mode 120000 study-plan/data-structure/day-01/maximum-subarray.rb delete mode 120000 study-plan/data-structure/day-02/merge-sorted-array.rb delete mode 120000 study-plan/data-structure/day-02/two-sum.rb delete mode 120000 study-plan/dynamic-programming/day-01/fibonacci-number.rb delete mode 120000 study-plan/dynamic-programming/day-01/tribonacci.rb delete mode 120000 study-plan/dynamic-programming/day-02/climbing-stairs.rb delete mode 120000 study-plan/dynamic-programming/day-02/min-cost-climbing-stairs.rb diff --git a/contest/weekly-contest-276/divide-a-string-into-groups-of-size-k.cpp b/contest/weekly-contest-276/divide-a-string-into-groups-of-size-k.cpp deleted file mode 120000 index d2eb76d..0000000 --- a/contest/weekly-contest-276/divide-a-string-into-groups-of-size-k.cpp +++ /dev/null @@ -1 +0,0 @@ -../../problems/divide-a-string-into-groups-of-size-k.cpp \ No newline at end of file diff --git a/contest/weekly-contest-276/maximum-running-time-of-n-computers.cpp b/contest/weekly-contest-276/maximum-running-time-of-n-computers.cpp deleted file mode 120000 index b568f78..0000000 --- a/contest/weekly-contest-276/maximum-running-time-of-n-computers.cpp +++ /dev/null @@ -1 +0,0 @@ -../../problems/maximum-running-time-of-n-computers.cpp \ No newline at end of file diff --git a/contest/weekly-contest-276/minimum-moves-to-reach-target-score.cpp b/contest/weekly-contest-276/minimum-moves-to-reach-target-score.cpp deleted file mode 120000 index 2c1fbf3..0000000 --- a/contest/weekly-contest-276/minimum-moves-to-reach-target-score.cpp +++ /dev/null @@ -1 +0,0 @@ -../../problems/minimum-moves-to-reach-target-score.cpp \ No newline at end of file diff --git a/contest/weekly-contest-276/solving-questions-with-brainpower.cpp b/contest/weekly-contest-276/solving-questions-with-brainpower.cpp deleted file mode 120000 index 3e02b58..0000000 --- a/contest/weekly-contest-276/solving-questions-with-brainpower.cpp +++ /dev/null @@ -1 +0,0 @@ -../../problems/solving-questions-with-brainpower.cpp \ No newline at end of file diff --git a/grind75/week-1/two-sum.swift b/grind75/week-1/two-sum.swift deleted file mode 120000 index c4cf525..0000000 --- a/grind75/week-1/two-sum.swift +++ /dev/null @@ -1 +0,0 @@ -../../problems/two-sum.swift \ No newline at end of file diff --git a/grind75/week-1/valid-parentheses.swift b/grind75/week-1/valid-parentheses.swift deleted file mode 120000 index e58583d..0000000 --- a/grind75/week-1/valid-parentheses.swift +++ /dev/null @@ -1 +0,0 @@ -../../problems/valid-parentheses.swift \ No newline at end of file diff --git a/study-plan/algorithm/day-01/binary-search.rb b/study-plan/algorithm/day-01/binary-search.rb deleted file mode 120000 index 37b7d7a..0000000 --- a/study-plan/algorithm/day-01/binary-search.rb +++ /dev/null @@ -1 +0,0 @@ -../../../problems/binary-search.rb \ No newline at end of file diff --git a/study-plan/algorithm/day-01/first-bad-version.rb b/study-plan/algorithm/day-01/first-bad-version.rb deleted file mode 120000 index eb8d7ea..0000000 --- a/study-plan/algorithm/day-01/first-bad-version.rb +++ /dev/null @@ -1 +0,0 @@ -../../../problems/first-bad-version.rb \ No newline at end of file diff --git a/study-plan/algorithm/day-01/search-insert-position.rb b/study-plan/algorithm/day-01/search-insert-position.rb deleted file mode 120000 index 457a93f..0000000 --- a/study-plan/algorithm/day-01/search-insert-position.rb +++ /dev/null @@ -1 +0,0 @@ -../../../problems/search-insert-position.rb \ No newline at end of file diff --git a/study-plan/algorithm/day-02/rotate-array.rb b/study-plan/algorithm/day-02/rotate-array.rb deleted file mode 120000 index fba6b06..0000000 --- a/study-plan/algorithm/day-02/rotate-array.rb +++ /dev/null @@ -1 +0,0 @@ -../../../problems/rotate-array.rb \ No newline at end of file diff --git a/study-plan/algorithm/day-02/squares-of-a-sorted-array.rb b/study-plan/algorithm/day-02/squares-of-a-sorted-array.rb deleted file mode 120000 index c13b9f9..0000000 --- a/study-plan/algorithm/day-02/squares-of-a-sorted-array.rb +++ /dev/null @@ -1 +0,0 @@ -../../../problems/squares-of-a-sorted-array.rb \ No newline at end of file diff --git a/study-plan/data-structure/day-01/contains-duplicate.rb b/study-plan/data-structure/day-01/contains-duplicate.rb deleted file mode 120000 index b518777..0000000 --- a/study-plan/data-structure/day-01/contains-duplicate.rb +++ /dev/null @@ -1 +0,0 @@ -../../../problems/contains-duplicate.rb \ No newline at end of file diff --git a/study-plan/data-structure/day-01/contains-duplicate.swift b/study-plan/data-structure/day-01/contains-duplicate.swift deleted file mode 120000 index ffdf992..0000000 --- a/study-plan/data-structure/day-01/contains-duplicate.swift +++ /dev/null @@ -1 +0,0 @@ -../../../problems/contains-duplicate.swift \ No newline at end of file diff --git a/study-plan/data-structure/day-01/maximum-subarray.rb b/study-plan/data-structure/day-01/maximum-subarray.rb deleted file mode 120000 index cb8679f..0000000 --- a/study-plan/data-structure/day-01/maximum-subarray.rb +++ /dev/null @@ -1 +0,0 @@ -../../../problems/maximum-subarray.rb \ No newline at end of file diff --git a/study-plan/data-structure/day-02/merge-sorted-array.rb b/study-plan/data-structure/day-02/merge-sorted-array.rb deleted file mode 120000 index 668222d..0000000 --- a/study-plan/data-structure/day-02/merge-sorted-array.rb +++ /dev/null @@ -1 +0,0 @@ -../../../problems/merge-sorted-array.rb \ No newline at end of file diff --git a/study-plan/data-structure/day-02/two-sum.rb b/study-plan/data-structure/day-02/two-sum.rb deleted file mode 120000 index 8424170..0000000 --- a/study-plan/data-structure/day-02/two-sum.rb +++ /dev/null @@ -1 +0,0 @@ -../../../problems/two-sum.rb \ No newline at end of file diff --git a/study-plan/dynamic-programming/day-01/fibonacci-number.rb b/study-plan/dynamic-programming/day-01/fibonacci-number.rb deleted file mode 120000 index 44665de..0000000 --- a/study-plan/dynamic-programming/day-01/fibonacci-number.rb +++ /dev/null @@ -1 +0,0 @@ -../../../problems/fibonacci-number.rb \ No newline at end of file diff --git a/study-plan/dynamic-programming/day-01/tribonacci.rb b/study-plan/dynamic-programming/day-01/tribonacci.rb deleted file mode 120000 index c495ca2..0000000 --- a/study-plan/dynamic-programming/day-01/tribonacci.rb +++ /dev/null @@ -1 +0,0 @@ -../../../problems/tribonacci.rb \ No newline at end of file diff --git a/study-plan/dynamic-programming/day-02/climbing-stairs.rb b/study-plan/dynamic-programming/day-02/climbing-stairs.rb deleted file mode 120000 index 929dcac..0000000 --- a/study-plan/dynamic-programming/day-02/climbing-stairs.rb +++ /dev/null @@ -1 +0,0 @@ -../../../problems/climbing-stairs.rb \ No newline at end of file diff --git a/study-plan/dynamic-programming/day-02/min-cost-climbing-stairs.rb b/study-plan/dynamic-programming/day-02/min-cost-climbing-stairs.rb deleted file mode 120000 index 7ef66fd..0000000 --- a/study-plan/dynamic-programming/day-02/min-cost-climbing-stairs.rb +++ /dev/null @@ -1 +0,0 @@ -../../../problems/min-cost-climbing-stairs.rb \ No newline at end of file