|
52 | 52 | * [Modular Division](blockchain/modular_division.py) |
53 | 53 |
|
54 | 54 | ## Boolean Algebra |
| 55 | + * [Norgate](boolean_algebra/norgate.py) |
55 | 56 | * [Quine Mc Cluskey](boolean_algebra/quine_mc_cluskey.py) |
56 | 57 |
|
57 | 58 | ## Cellular Automata |
|
121 | 122 | * [Pooling Functions](computer_vision/pooling_functions.py) |
122 | 123 |
|
123 | 124 | ## Conversions |
| 125 | + * [Astronomical Length Scale Conversion](conversions/astronomical_length_scale_conversion.py) |
124 | 126 | * [Binary To Decimal](conversions/binary_to_decimal.py) |
125 | 127 | * [Binary To Hexadecimal](conversions/binary_to_hexadecimal.py) |
126 | 128 | * [Binary To Octal](conversions/binary_to_octal.py) |
|
140 | 142 | * [Pressure Conversions](conversions/pressure_conversions.py) |
141 | 143 | * [Rgb Hsv Conversion](conversions/rgb_hsv_conversion.py) |
142 | 144 | * [Roman Numerals](conversions/roman_numerals.py) |
| 145 | + * [Speed Conversions](conversions/speed_conversions.py) |
143 | 146 | * [Temperature Conversions](conversions/temperature_conversions.py) |
144 | 147 | * [Volume Conversions](conversions/volume_conversions.py) |
145 | 148 | * [Weight Conversion](conversions/weight_conversion.py) |
|
448 | 451 | * [Random Forest Classifier](machine_learning/random_forest_classifier.py) |
449 | 452 | * [Random Forest Regressor](machine_learning/random_forest_regressor.py) |
450 | 453 | * [Scoring Functions](machine_learning/scoring_functions.py) |
| 454 | + * [Self Organizing Map](machine_learning/self_organizing_map.py) |
451 | 455 | * [Sequential Minimum Optimization](machine_learning/sequential_minimum_optimization.py) |
452 | 456 | * [Similarity Search](machine_learning/similarity_search.py) |
453 | 457 | * [Support Vector Machines](machine_learning/support_vector_machines.py) |
|
586 | 590 | * [Two Sum](maths/two_sum.py) |
587 | 591 | * [Ugly Numbers](maths/ugly_numbers.py) |
588 | 592 | * [Volume](maths/volume.py) |
| 593 | + * [Weird Number](maths/weird_number.py) |
589 | 594 | * [Zellers Congruence](maths/zellers_congruence.py) |
590 | 595 |
|
591 | 596 | ## Matrix |
| 597 | + * [Binary Search Matrix](matrix/binary_search_matrix.py) |
592 | 598 | * [Count Islands In Matrix](matrix/count_islands_in_matrix.py) |
593 | 599 | * [Inverse Of Matrix](matrix/inverse_of_matrix.py) |
594 | 600 | * [Matrix Class](matrix/matrix_class.py) |
|
854 | 860 | * [Sol1](project_euler/problem_101/sol1.py) |
855 | 861 | * Problem 102 |
856 | 862 | * [Sol1](project_euler/problem_102/sol1.py) |
857 | | - * Problem 104 |
858 | | - * [Sol](project_euler/problem_104/sol.py) |
859 | 863 | * Problem 107 |
860 | 864 | * [Sol1](project_euler/problem_107/sol1.py) |
861 | 865 | * Problem 109 |
|
1010 | 1014 | * [Alternative String Arrange](strings/alternative_string_arrange.py) |
1011 | 1015 | * [Anagrams](strings/anagrams.py) |
1012 | 1016 | * [Autocomplete Using Trie](strings/autocomplete_using_trie.py) |
| 1017 | + * [Barcode Validator](strings/barcode_validator.py) |
1013 | 1018 | * [Boyer Moore Search](strings/boyer_moore_search.py) |
1014 | 1019 | * [Can String Be Rearranged As Palindrome](strings/can_string_be_rearranged_as_palindrome.py) |
1015 | 1020 | * [Capitalize](strings/capitalize.py) |
|
1039 | 1044 | * [Reverse Letters](strings/reverse_letters.py) |
1040 | 1045 | * [Reverse Long Words](strings/reverse_long_words.py) |
1041 | 1046 | * [Reverse Words](strings/reverse_words.py) |
| 1047 | + * [Snake Case To Camel Pascal Case](strings/snake_case_to_camel_pascal_case.py) |
1042 | 1048 | * [Split](strings/split.py) |
1043 | 1049 | * [Upper](strings/upper.py) |
1044 | 1050 | * [Wave](strings/wave.py) |
|
1073 | 1079 | * [Instagram Pic](web_programming/instagram_pic.py) |
1074 | 1080 | * [Instagram Video](web_programming/instagram_video.py) |
1075 | 1081 | * [Nasa Data](web_programming/nasa_data.py) |
| 1082 | + * [Open Google Results](web_programming/open_google_results.py) |
1076 | 1083 | * [Random Anime Character](web_programming/random_anime_character.py) |
1077 | 1084 | * [Recaptcha Verification](web_programming/recaptcha_verification.py) |
1078 | 1085 | * [Reddit](web_programming/reddit.py) |
|
0 commit comments