File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 39
39
40
40
# /divide_and_conquer/
41
41
42
- # /dynamic_programming/
42
+ # /dynamic_programming/ @Kush1101
43
43
44
44
# /file_transfer/
45
45
63
63
64
64
# /machine_learning/
65
65
66
- # /maths/
66
+ # /maths/ @Kush1101
67
67
68
68
# /matrix/
69
69
73
73
74
74
/other / @ cclauss
75
75
76
- /project_euler / @ dhruvmanila
76
+ /project_euler / @ dhruvmanila @ Kush1101
77
77
78
78
# /quantum/
79
79
Original file line number Diff line number Diff line change 63
63
* [ Playfair Cipher] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/playfair_cipher.py )
64
64
* [ Porta Cipher] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/porta_cipher.py )
65
65
* [ Rabin Miller] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/rabin_miller.py )
66
+ * [ Rail Fence Cipher] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/rail_fence_cipher.py )
66
67
* [ Rot13] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/rot13.py )
67
68
* [ Rsa Cipher] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/rsa_cipher.py )
68
69
* [ Rsa Factorization] ( https://github.com/TheAlgorithms/Python/blob/master/ciphers/rsa_factorization.py )
668
669
* [ Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_69/sol1.py )
669
670
* Problem 71
670
671
* [ Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_71/sol1.py )
672
+ * Problem 72
673
+ * [ Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_72/sol1.py )
671
674
* Problem 76
672
675
* [ Sol1] ( https://github.com/TheAlgorithms/Python/blob/master/project_euler/problem_76/sol1.py )
673
676
* Problem 80
768
771
* [ Binary Tree Traversals] ( https://github.com/TheAlgorithms/Python/blob/master/traversals/binary_tree_traversals.py )
769
772
770
773
## Web Programming
774
+ * [ Co2 Emission] ( https://github.com/TheAlgorithms/Python/blob/master/web_programming/co2_emission.py )
771
775
* [ Covid Stats Via Xpath] ( https://github.com/TheAlgorithms/Python/blob/master/web_programming/covid_stats_via_xpath.py )
772
776
* [ Crawl Google Results] ( https://github.com/TheAlgorithms/Python/blob/master/web_programming/crawl_google_results.py )
773
777
* [ Current Stock Price] ( https://github.com/TheAlgorithms/Python/blob/master/web_programming/current_stock_price.py )
You can’t perform that action at this time.
0 commit comments