Skip to content

Commit f2a63c2

Browse files
committed
Readme update 4 assignments
1 parent 63e3009 commit f2a63c2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,18 @@ At the end of the every chapter, you will also find a Problem Set.
2929
Students are requested to submit their homeworks to folders WeekXX, as defined in the LectureNotes.pdf.
3030
The codes will be subject to certain GitHub action workflows to be tested automatically.
3131

32+
Student Information<br>[![Week01 Homework](https://github.com/canbula/ParallelProgramming/actions/workflows/python-app-week-01.yml/badge.svg)](https://github.com/canbula/ParallelProgramming/actions/workflows/python-app-week-01.yml)
33+
34+
Variable Types<br>[![Week02 Homework](https://github.com/canbula/ParallelProgramming/actions/workflows/python-app-week-02.yml/badge.svg?branch=master)](https://github.com/canbula/ParallelProgramming/actions/workflows/python-app-week-02.yml)
35+
36+
Pyramid Problem and Sequences<br>[![Week03 Homework](https://github.com/canbula/ParallelProgramming/actions/workflows/python-app-week-03.yml/badge.svg)](https://github.com/canbula/ParallelProgramming/actions/workflows/python-app-week-03.yml)
37+
38+
Functions and Decorators<br>[![Week04 Homework](https://github.com/canbula/ParallelProgramming/actions/workflows/python-app-week-04.yml/badge.svg)](https://github.com/canbula/ParallelProgramming/actions/workflows/python-app-week-04.yml)
39+
40+
Coroutines<br>[![Week05 Homework](https://github.com/canbula/ParallelProgramming/actions/workflows/python-app-week-05.yml/badge.svg)](https://github.com/canbula/ParallelProgramming/actions/workflows/python-app-week-05.yml)
41+
42+
Context Managers<br>[![Week06 Homework](https://github.com/canbula/ParallelProgramming/actions/workflows/python-app-week-06.yml/badge.svg)](https://github.com/canbula/ParallelProgramming/actions/workflows/python-app-week-06.yml)
43+
3244
# Codes and Videos from Previous Years
3345
You can switch the **branch** to see the codes from previous years. Also there is a YouTube playlist,
3446
which includes the supplementary videos for the course as given in 2021. The videos do not include

0 commit comments

Comments
 (0)