Skip to content

Commit ef1c33b

Browse files
authored
Merge pull request kodecocodes#412 from kyungkoo/master
fixed important links section link
2 parents f3cd2ee + 943ad7e commit ef1c33b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.markdown

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ This is a work in progress. More algorithms will be added soon. :-)
1616

1717
## Important links
1818

19-
[What are algorithms and data structures?](What are Algorithms.markdown) Pancakes!
19+
[What are algorithms and data structures?](What%20are%20Algorithms.markdown) Pancakes!
2020

21-
[Why learn algorithms?](Why Algorithms.markdown) Worried this isn't your cup of tea? Then read this.
21+
[Why learn algorithms?](Why%20Algorithms.markdown) Worried this isn't your cup of tea? Then read this.
2222

23-
[Big-O notation](Big-O Notation.markdown). We often say things like, "This algorithm is **O(n)**." If you don't know what that means, read this first.
23+
[Big-O notation](Big-O%20Notation.markdown). We often say things like, "This algorithm is **O(n)**." If you don't know what that means, read this first.
2424

25-
[Algorithm design techniques](Algorithm Design.markdown). How do you create your own algorithms?
25+
[Algorithm design techniques](Algorithm%20Design.markdown). How do you create your own algorithms?
2626

27-
[How to contribute](How to Contribute.markdown). Report an issue to leave feedback, or submit a pull request.
27+
[How to contribute](How%20to%20Contribute.markdown). Report an issue to leave feedback, or submit a pull request.
2828

29-
[Under construction](Under Construction.markdown). Algorithms that are under construction.
29+
[Under construction](Under%20Construction.markdown). Algorithms that are under construction.
3030

3131
## Where to start?
3232

0 commit comments

Comments
 (0)