Skip to content

Commit 77d2f55

Browse files
committed
Fix link
1 parent 52df2c5 commit 77d2f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Segment Tree/README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
I'm pleased to present to you Segment Tree. It's actually one of my favorite data structures because it's very flexible and simple in realization.
44

5-
Let's suppose that you have an array **a** of some type and some associative function **f**. For example, the function can be sum, multiplication, min, max, [gcd](../Greatest Common Divisor/), and so on.
5+
Let's suppose that you have an array **a** of some type and some associative function **f**. For example, the function can be sum, multiplication, min, max, [gcd](../GCD/), and so on.
66

77
Your task is:
88

0 commit comments

Comments
 (0)