@@ -22,24 +22,42 @@ This repository contains python programming with data structures and algorithms.
22
22
- [ Python Variables and Data Types] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/Python%20Variables%20and%20Data%20Types.py )
23
23
- [ Input Output] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/Input%20Output.py )
24
24
- [ String Formatting] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/String%20Formatting.py )
25
- - [ Conditional Statements] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/Conditional%20Statements.py )
25
+ - [ Conditional Statements] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/Conditional%20Statements.py )
26
+ - [ Loop] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/Loop.py )
26
27
27
28
28
29
29
30
- Online-Judges
30
31
31
32
- [ UVa] ( https://uva.onlinejudge.org/ )
32
-
33
+ - (1) [ 10055 - Hashmat the Brave Warrior ] ( http://uhunt.onlinejudge.org/id/760709 )
34
+ - [ Solution] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/UVa/10055%20Hashmat%20the%20Brave%20Warrior.py )
35
+
36
+
33
37
34
38
- [ Spoj] ( http://www.spoj.com/ )
39
+ - (1) [ TEST - Life, the Universe, and Everything] ( http://www.spoj.com/problems/TEST/ )
40
+ - [ Solution] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/Spoj/TEST%20-%20Life%2C%20the%20Universe%2C%20and%20Everythin.py )
35
41
36
42
37
- - [ CodeChef] ( https://www.codechef.com/ )
38
43
44
+ - [ CodeChef] ( https://www.codechef.com/ )
45
+ - (1) [ Life, the Universe, and Everything] ( https://www.codechef.com/problems/TEST )
46
+ - [ Solution] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/CodeChef/Life%2C%20the%20Universe%2C%20and%20Everything.py )
47
+ - (2) [ N different palindromes] ( https://www.codechef.com/SNCKPA16/problems/NDIFFPAL )
48
+ - [ Solution] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/CodeChef/N%20different%20palindromes.py )
49
+
50
+
39
51
40
52
- [ Timus] ( )
41
53
- (1) [ 1068. Sum] ( https://timus.spatarel.ro/problem.aspx%3Fspace=1&num=1068 )
42
54
- [ Solution] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/Timus/1068.%20Sum.py )
55
+
56
+ - (2) [ 1083. Factorials!!!] ( https://timus.spatarel.ro/problem.aspx%3Fspace=1&num=1083 )
57
+ - [ Solution] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/Timus/1083.%20Factorials!!!.py )
58
+
59
+ - (3) [ 1209. 1, 10, 100, 1000...] ( https://timus.spatarel.ro/problem.aspx%3Fspace=1&num=1209 )
60
+ - [ Solution] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/Timus/1209.%201%2C%2010%2C%20100%2C%201000....py )
43
61
44
62
45
63
- [ Codeforces] ( http://codeforces.com/ )
@@ -59,9 +77,18 @@ This repository contains python programming with data structures and algorithms.
59
77
- [ HackerRank] ( https://www.hackerrank.com/dashboard )
60
78
- (1) [ Say "Hello, World!" With Python] ( https://www.hackerrank.com/challenges/py-hello-world )
61
79
- [ Solution] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/HackerRank/Say%20%22Hello%2C%20World!%22%20With%20Python.py )
80
+
81
+ - (2) [ Loops] ( https://www.hackerrank.com/challenges/python-loops/problem )
82
+ - [ Solution] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/HackerRank/Loops.py )
62
83
63
84
64
85
65
86
- [ URI] ( https://www.urionlinejudge.com.br/judge/en )
66
87
- (1) [ 1103 - Alarm Clock] ( https://www.urionlinejudge.com.br/judge/en/problems/view/1103 )
67
88
- [ Solution] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/URI/1103%20-%20Alarm%20Clock.py )
89
+
90
+ - (2) [ 1059 - Even Numbers] ( https://www.urionlinejudge.com.br/judge/en/problems/view/1059 )
91
+ - [ Solution] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/URI/1059%20Even%20Numbers.py )
92
+
93
+ - (3) [ 1161 - Factorial Sum] ( https://www.urionlinejudge.com.br/judge/en/problems/view/1161 )
94
+ - [ Solution] ( https://github.com/rezwanulhaquerezwan/python-programming-with-data-structures-and-algorithms/blob/master/URI/1161%20Factorial%20Sum.py )
0 commit comments