Skip to content

Commit caaee31

Browse files
authored
Update README.md
1 parent e85ec9b commit caaee31

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ This repository contains python programming with data structures and algorithms.
2525
- [Conditional Statements](https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/Conditional%20Statements.py)
2626
- [Loop](https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/Loop.py)
2727
- [List(Array) and String](https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/List(Array)%20and%20String.py)
28-
28+
- [Tuples and Dictionaries](https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/Tuples%20and%20Dictionaries.py)
29+
2930

3031

3132

@@ -110,6 +111,10 @@ This repository contains python programming with data structures and algorithms.
110111
- [Solution](https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/HackerRank/String%20Split%20and%20Join.py)
111112
- (4) [Find a string](https://www.hackerrank.com/challenges/find-a-string/problem)
112113
- [Solution](https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/HackerRank/Find%20a%20string.py)
114+
- (5) [Tuples](https://www.hackerrank.com/challenges/python-tuples/problem)
115+
- [Solution](https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/HackerRank/Tuples.py)
116+
- (6) [DefaultDict Tutorial](https://www.hackerrank.com/challenges/defaultdict-tutorial/problem)
117+
- [Solution](https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/HackerRank/DefaultDict%20Tutorial.py)
113118

114119

115120

0 commit comments

Comments
 (0)