|
55 | 55 | * [Modular Division](blockchain/modular_division.py) |
56 | 56 |
|
57 | 57 | ## Boolean Algebra |
| 58 | + * [And Gate](boolean_algebra/and_gate.py) |
58 | 59 | * [Norgate](boolean_algebra/norgate.py) |
59 | 60 | * [Quine Mc Cluskey](boolean_algebra/quine_mc_cluskey.py) |
60 | 61 |
|
|
876 | 877 | * [Sol1](project_euler/problem_101/sol1.py) |
877 | 878 | * Problem 102 |
878 | 879 | * [Sol1](project_euler/problem_102/sol1.py) |
| 880 | + * Problem 104 |
| 881 | + * [Sol1](project_euler/problem_104/sol1.py) |
879 | 882 | * Problem 107 |
880 | 883 | * [Sol1](project_euler/problem_107/sol1.py) |
881 | 884 | * Problem 109 |
|
948 | 951 | * [Quantum Random](quantum/quantum_random.py) |
949 | 952 | * [Ripple Adder Classic](quantum/ripple_adder_classic.py) |
950 | 953 | * [Single Qubit Measure](quantum/single_qubit_measure.py) |
| 954 | + * [Superdense Coding](quantum/superdense_coding.py) |
951 | 955 |
|
952 | 956 | ## Scheduling |
953 | 957 | * [First Come First Served](scheduling/first_come_first_served.py) |
|
1037 | 1041 | * [Can String Be Rearranged As Palindrome](strings/can_string_be_rearranged_as_palindrome.py) |
1038 | 1042 | * [Capitalize](strings/capitalize.py) |
1039 | 1043 | * [Check Anagrams](strings/check_anagrams.py) |
1040 | | - * [Check Pangram](strings/check_pangram.py) |
1041 | 1044 | * [Credit Card Validator](strings/credit_card_validator.py) |
1042 | 1045 | * [Detecting English Programmatically](strings/detecting_english_programmatically.py) |
1043 | 1046 | * [Dna](strings/dna.py) |
|
1046 | 1049 | * [Indian Phone Validator](strings/indian_phone_validator.py) |
1047 | 1050 | * [Is Contains Unique Chars](strings/is_contains_unique_chars.py) |
1048 | 1051 | * [Is Palindrome](strings/is_palindrome.py) |
| 1052 | + * [Is Pangram](strings/is_pangram.py) |
| 1053 | + * [Is Spain National Id](strings/is_spain_national_id.py) |
1049 | 1054 | * [Jaro Winkler](strings/jaro_winkler.py) |
1050 | 1055 | * [Join](strings/join.py) |
1051 | 1056 | * [Knuth Morris Pratt](strings/knuth_morris_pratt.py) |
|
1090 | 1095 | * [Fetch Well Rx Price](web_programming/fetch_well_rx_price.py) |
1091 | 1096 | * [Get Imdb Top 250 Movies Csv](web_programming/get_imdb_top_250_movies_csv.py) |
1092 | 1097 | * [Get Imdbtop](web_programming/get_imdbtop.py) |
| 1098 | + * [Get Top Billioners](web_programming/get_top_billioners.py) |
1093 | 1099 | * [Get Top Hn Posts](web_programming/get_top_hn_posts.py) |
1094 | 1100 | * [Get User Tweets](web_programming/get_user_tweets.py) |
1095 | 1101 | * [Giphy](web_programming/giphy.py) |
|
0 commit comments