Skip to content

Commit 35d7e8d

Browse files
exercises 5.1 readme update
1 parent e0a6e5e commit 35d7e8d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

part5/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Part 5
22
## Programming exercises
33
### More lists
4-
1. The longest string
5-
2. Number of matching elements
6-
3. Go
7-
4. Sudoku: check row
8-
5. Sudoku: check column
9-
6. Sudoku: check block
10-
7. Sudoku: check grid
4+
1. [The longest string](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/1.%20More%20lists/longest_string.py)
5+
2. [Number of matching elements](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/1.%20More%20lists/number_of_elements.py)
6+
3. [Go](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/1.%20More%20lists/go.py)
7+
4. [Sudoku: check row](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/1.%20More%20lists/sudoku_row.py)
8+
5. [Sudoku: check column](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/1.%20More%20lists/sudoku_column.py)
9+
6. [Sudoku: check block](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/1.%20More%20lists/sudoku_block.py)
10+
7. [Sudoku: check grid](https://github.com/antoniolopez7217/Python_Programming_MOOC/blob/main/part5/1.%20More%20lists/sudoku_grid.py)
1111
### References
1212
1. Items multiplied by two
1313
2. Remove the smallest

0 commit comments

Comments
 (0)