Skip to content

Commit aeb48a6

Browse files
author
majid shahbaz
committed
Main README.md updated
1 parent d0a87b8 commit aeb48a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
3.4.1. 'in' Check if present in sequence
8282
3.4.2. 'not in' Check if not present in sequence
8383

84-
### [4. Data Structures](https://github.com/Majid460/python_practice_part1/tree/main/src/data_structures)
84+
### [4. Data Structures](https://github.com/Majid460/python_practice_part1/tree/main/src/datastructures)
8585

86-
#### [4.1. Lists](https://github.com/Majid460/python_practice_part1/blob/main/src/data_structures/lists/lists.py)
86+
#### [4.1. Lists](https://github.com/Majid460/python_practice_part1/tree/main/src/datastructures/lists)
8787
4.1.1. Converting Collections to Lists
8888
4.1.1.1. From Tuple to List
8989
4.1.1.2. From Set to List
@@ -109,7 +109,7 @@
109109
4.1.5.4. Iterating Through All Matrix Elements
110110
4.1.5.5. Formatted Matrix Output
111111

112-
#### [4.2. Matrix Operations](https://github.com/Majid460/python_practice_part1/blob/main/src/data_structures/matrices/matrix_operations.py)
112+
#### [4.2. Matrix Operations](https://github.com/Majid460/python_practice_part1/tree/main/src/datastructures/lists/2d_list)
113113
4.2.1. Count Element Occurrences
114114
4.2.1.1. Dictionary-based Counting
115115
4.2.1.2. List Comprehension Approach

0 commit comments

Comments
 (0)