Skip to content

Commit 71c9ae9

Browse files
committed
updated README.md
1 parent 63d9ebb commit 71c9ae9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,40 +10,40 @@ The score refers to the number of rounds I won.
1010
I hope you can learn something through this repository.
1111

1212
## Catalogue
13-
- [Week 5: Basic Syntax of Ocaml](main/Week_05/)
13+
- [Week 5: Basic Syntax of Ocaml](../tree/main/Week_05/)
1414
- Pre-defined Constants and Operators
1515
- Pairs, Tuples and Records
1616
- Pattern-matching
1717
- `match` and `if`
1818
- Lists
1919
- Recursive Functions
2020

21-
- [Week 6: User-defined Datatypes](main/Week_06/)
21+
- [Week 6: User-defined Datatypes](../tree/main/Week_06/)
2222
- Enumeration Types
2323
- Sum Types (constructor)
2424
- Option
2525

26-
- [Week 7: A closer Look at Funcitons (Part One)](main/Week_07/)
26+
- [Week 7: A closer Look at Funcitons (Part One)](../tree/main/Week_07/)
2727
- Higher-order Functions
2828
- Anonymous Functions ($\lambda$-Calculus)
2929

30-
- [Week 8: A closer Look at Funcitons (Part Two)](main/Week_08/)
30+
- [Week 8: A closer Look at Funcitons (Part Two)](../tree/main/Week_08/)
3131
- Tail Calls
3232
- Polymorphic Functions and Datatypes
3333

34-
- [Week 9: Practical Features of Ocaml](main/Week_09/)
34+
- [Week 9: Practical Features of Ocaml](../tree/main/Week_09/)
3535
- Exceptions
3636
- Input and Output as Side-effects
3737
- Sequences
3838

39-
- [Week 10: The Module System of Ocaml](main/Week_10/)
39+
- [Week 10: The Module System of Ocaml](../tree/main/Week_10/)
4040
- Modules
4141
- Signatures
4242
- Information Hiding
4343
- Functors
4444
- Separate Compilation
4545

46-
- [Week 13: Parallel Programming](main/Week_13/)
46+
- [Week 13: Parallel Programming](../tree/main/Week_13/)
4747
- Channels
4848
- Selevtive Communication
4949
- Threads and Exceptions

0 commit comments

Comments
 (0)