|
1 | 1 |
|
| 2 | +<!-- REPO_INDEX:START --> |
2 | 3 |
|
| 4 | +## Repository Index |
3 | 5 |
|
| 6 | +- 300_Exercises/ |
| 7 | + - Simple/ |
| 8 | + - [1.numbers_and_squares.py](300_Exercises/Simple/1.numbers_and_squares.py) |
| 9 | + - [2.area_of_circle.py](300_Exercises/Simple/2.area_of_circle.py) |
| 10 | + - [3.Display_name_and_age.py](300_Exercises/Simple/3.Display_name_and_age.py) |
| 11 | + - [4.voting_eligible.py](300_Exercises/Simple/4.voting_eligible.py) |
| 12 | + - [5.All_arthmetic_operation.py](300_Exercises/Simple/5.All_arthmetic_operation.py) |
| 13 | +- coding_ninjas/ |
| 14 | + - [1.Find_area_of_rectangle.py](coding_ninjas/1.Find_area_of_rectangle.py) |
| 15 | + - [2.Print_name_and_age.py](coding_ninjas/2.Print_name_and_age.py) |
| 16 | + - [3.Swap_two_numbers.py](coding_ninjas/3.Swap_two_numbers.py) |
| 17 | + - [calculator.py](coding_ninjas/calculator.py) |
| 18 | + - [celsius.py](coding_ninjas/celsius.py) |
| 19 | + - [factorial_of_num.py](coding_ninjas/factorial_of_num.py) |
| 20 | + - [fibonnacci.py](coding_ninjas/fibonnacci.py) |
| 21 | + - [numbers_present_in_list.py](coding_ninjas/numbers_present_in_list.py) |
| 22 | + - [power_of_num.py](coding_ninjas/power_of_num.py) |
| 23 | + - [Sum of Even Numbers till N.py](coding_ninjas/Sum of Even Numbers till N.py) |
| 24 | + - [sum_of_even_or_add.py](coding_ninjas/sum_of_even_or_add.py) |
| 25 | +- Dockers/ |
| 26 | + - [README.md](Dockers/README.md) |
| 27 | +- DSA/ |
| 28 | + - Arrays/ |
| 29 | + - [array.py](DSA/Arrays/array.py) |
| 30 | + - Linked List/ |
| 31 | + - [Doubled Linkedlist.py](DSA/Linked List/Doubled Linkedlist.py) |
| 32 | + - [Single Linkedlist.py](DSA/Linked List/Single Linkedlist.py) |
| 33 | + - Searching Algorithm/ |
| 34 | + - [Binary_search.py](DSA/Searching Algorithm/Binary_search.py) |
| 35 | + - [Linear_search.py](DSA/Searching Algorithm/Linear_search.py) |
| 36 | + - Sorting Algorithm/ |
| 37 | + - [Bubble_sort.py](DSA/Sorting Algorithm/Bubble_sort.py) |
| 38 | + - [insertion_sort.py](DSA/Sorting Algorithm/insertion_sort.py) |
| 39 | + - [quick sort.py](DSA/Sorting Algorithm/quick sort.py) |
| 40 | + - [Array.py](DSA/Array.py) |
| 41 | + - [stack.py](DSA/stack.py) |
| 42 | +- geek_for_geeks/ |
| 43 | + - arrays/ |
| 44 | + - [1.find_sum_of _array.py](geek_for_geeks/arrays/1.find_sum_of _array.py) |
| 45 | + - [3.array_rotation.py](geek_for_geeks/arrays/3.array_rotation.py) |
| 46 | + - [4.reversal_algorithm_for_array_rotation.py](geek_for_geeks/arrays/4.reversal_algorithm_for_array_rotation.py) |
| 47 | + - Basic/ |
| 48 | + - [1.add_two_numbers_without_add.py](geek_for_geeks/Basic/1.add_two_numbers_without_add.py) |
| 49 | + - [2.maximum_of_two_numbers.py](geek_for_geeks/Basic/2.maximum_of_two_numbers.py) |
| 50 | + - [3.factorial_3_method.py](geek_for_geeks/Basic/3.factorial_3_method.py) |
| 51 | + - [4.simple_interest.py](geek_for_geeks/Basic/4.simple_interest.py) |
| 52 | + - [5.compound_interest.py](geek_for_geeks/Basic/5.compound_interest.py) |
| 53 | + - [6.Armstrong_number.py](geek_for_geeks/Basic/6.Armstrong_number.py) |
| 54 | + - [7.area_of_circle.py](geek_for_geeks/Basic/7.area_of_circle.py) |
| 55 | + - [8.prime_number_interval.py](geek_for_geeks/Basic/8.prime_number_interval.py) |
| 56 | + - [9.check_prime_or_not.py](geek_for_geeks/Basic/9.check_prime_or_not.py) |
| 57 | + - [interchange_first_last.py](geek_for_geeks/Basic/interchange_first_last.py) |
| 58 | + - challenge/ |
| 59 | + - [__init__.py](geek_for_geeks/challenge/__init__.py) |
| 60 | + - [majority_element.py](geek_for_geeks/challenge/majority_element.py) |
| 61 | + - [move_zero.py](geek_for_geeks/challenge/move_zero.py) |
| 62 | + - [next_permutation.py](geek_for_geeks/challenge/next_permutation.py) |
| 63 | + - [reverse_an_array.py](geek_for_geeks/challenge/reverse_an_array.py) |
| 64 | + - [rotate_an_array.py](geek_for_geeks/challenge/rotate_an_array.py) |
| 65 | + - [secondlargest.py](geek_for_geeks/challenge/secondlargest.py) |
| 66 | + - [stock_buy_and_sell.py](geek_for_geeks/challenge/stock_buy_and_sell.py) |
| 67 | + - Program Challenges/ |
| 68 | + - [binary_search.py](geek_for_geeks/Program Challenges/binary_search.py) |
| 69 | + - [find_duplicate_element_in_array.py](geek_for_geeks/Program Challenges/find_duplicate_element_in_array.py) |
| 70 | + - [find_missing_number.py](geek_for_geeks/Program Challenges/find_missing_number.py) |
| 71 | + - [missing_number_in_array.py](geek_for_geeks/Program Challenges/missing_number_in_array.py) |
| 72 | + - [move_all_zeroes_to_end_of_array.py](geek_for_geeks/Program Challenges/move_all_zeroes_to_end_of_array.py) |
| 73 | + - [power_of_2.py](geek_for_geeks/Program Challenges/power_of_2.py) |
| 74 | + - [print_2ndlargest.py](geek_for_geeks/Program Challenges/print_2ndlargest.py) |
| 75 | + - [reverse-words-in-a-given-string.py](geek_for_geeks/Program Challenges/reverse-words-in-a-given-string.py) |
| 76 | + - [rotated_array.py](geek_for_geeks/Program Challenges/rotated_array.py) |
| 77 | + - [subarray_with_given_sum.py](geek_for_geeks/Program Challenges/subarray_with_given_sum.py) |
| 78 | + - [__init__.py](geek_for_geeks/__init__.py) |
| 79 | +- hackerrank/ |
| 80 | + - [alonelyinteger.py](hackerrank/alonelyinteger.py) |
| 81 | + - [diagonaldifference.py](hackerrank/diagonaldifference.py) |
| 82 | + - [findthepercentage.py](hackerrank/findthepercentage.py) |
| 83 | + - [findtherunnerscore.py](hackerrank/findtherunnerscore.py) |
| 84 | + - [hash_tuple.py](hackerrank/hash_tuple.py) |
| 85 | + - [leap_year.py](hackerrank/leap_year.py) |
| 86 | + - [lexicalprintpermutation.py](hackerrank/lexicalprintpermutation.py) |
| 87 | + - [minimaxsum.py](hackerrank/minimaxsum.py) |
| 88 | + - [performance_command.py](hackerrank/performance_command.py) |
| 89 | + - [permutation_shuffling.py](hackerrank/permutation_shuffling.py) |
| 90 | + - [plusminus.py](hackerrank/plusminus.py) |
| 91 | + - [secondlowestgradestudentname.py](hackerrank/secondlowestgradestudentname.py) |
| 92 | + - [swapcase.py](hackerrank/swapcase.py) |
| 93 | + - [timeconversion.py](hackerrank/timeconversion.py) |
| 94 | + - [total_number_of_distinct_country_set.py](hackerrank/total_number_of_distinct_country_set.py) |
| 95 | + - [weird_numbers.py](hackerrank/weird_numbers.py) |
| 96 | +- Interview Questions/ |
| 97 | + - [text_counter.py](Interview Questions/text_counter.py) |
| 98 | + - [text_letter_counter.py](Interview Questions/text_letter_counter.py) |
| 99 | + - [vowels.py](Interview Questions/vowels.py) |
| 100 | +- leet code/ |
| 101 | + - 75 leetcode/ |
| 102 | + - [1071.Greatest_Common_Divisor_of_string.py](leet code/75 leetcode/1071.Greatest_Common_Divisor_of_string.py) |
| 103 | + - [136.Single Number.py](leet code/75 leetcode/136.Single Number.py) |
| 104 | + - [137. Single Number II.py](leet code/75 leetcode/137. Single Number II.py) |
| 105 | + - [1431.Kids_with_the_greatest_number_of_candies.py](leet code/75 leetcode/1431.Kids_with_the_greatest_number_of_candies.py) |
| 106 | + - [151.Reverse_word_in_a_string.py](leet code/75 leetcode/151.Reverse_word_in_a_string.py) |
| 107 | + - [167. Two Sum II.py](leet code/75 leetcode/167. Two Sum II.py) |
| 108 | + - [1768.merged_alternative_string.py](leet code/75 leetcode/1768.merged_alternative_string.py) |
| 109 | + - [20. Valid Parentheses.py](leet code/75 leetcode/20. Valid Parentheses.py) |
| 110 | + - [238.Product_of_array_except_self.py](leet code/75 leetcode/238.Product_of_array_except_self.py) |
| 111 | + - [260. Single Number III.py](leet code/75 leetcode/260. Single Number III.py) |
| 112 | + - [283.Move Zeroes.py](leet code/75 leetcode/283.Move Zeroes.py) |
| 113 | + - [334.Increasing _triplet_subsequence.py](leet code/75 leetcode/334.Increasing _triplet_subsequence.py) |
| 114 | + - [345.Reverse_vowels_of_the_string.py](leet code/75 leetcode/345.Reverse_vowels_of_the_string.py) |
| 115 | + - [392.Is_Subsequence.py](leet code/75 leetcode/392.Is_Subsequence.py) |
| 116 | + - [443.string_compressing.py](leet code/75 leetcode/443.string_compressing.py) |
| 117 | + - [605.Can_we_place_flower.py](leet code/75 leetcode/605.Can_we_place_flower.py) |
| 118 | + - Top 150 Problems/ |
| 119 | + - [15.3sum.py](leet code/Top 150 Problems/15.3sum.py) |
| 120 | + - [26.remove_duplicate.py](leet code/Top 150 Problems/26.remove_duplicate.py) |
| 121 | + - [27.remove_elements.py](leet code/Top 150 Problems/27.remove_elements.py) |
| 122 | + - [80.Remove_duplicate_from_sorted_array.py](leet code/Top 150 Problems/80.Remove_duplicate_from_sorted_array.py) |
| 123 | + - [88.merge_sorted_array.py](leet code/Top 150 Problems/88.merge_sorted_array.py) |
| 124 | + - [2210. Count Hills and Valleys in an Array.py](leet code/2210. Count Hills and Valleys in an Array.py) |
| 125 | + - [3487. Maximum Unique Subarray Sum After Deletion.py](leet code/3487. Maximum Unique Subarray Sum After Deletion.py) |
| 126 | + - [addtwonumbers.py](leet code/addtwonumbers.py) |
| 127 | + - [best_time_to_buy_and_sell_profit.py](leet code/best_time_to_buy_and_sell_profit.py) |
| 128 | + - [Leet code.py](leet code/Leet code.py) |
| 129 | + - [minimum_deletion.py](leet code/minimum_deletion.py) |
| 130 | + - [reverse_word_in_a_given_sentence.py](leet code/reverse_word_in_a_given_sentence.py) |
| 131 | + - [rometointeger.py](leet code/rometointeger.py) |
| 132 | + - [rotatedarray.py](leet code/rotatedarray.py) |
| 133 | +- Notes/ |
| 134 | + - 1.Basic/ |
| 135 | + - [0.Basics.py](Notes/1.Basic/0.Basics.py) |
| 136 | + - [1.print_statement.py](Notes/1.Basic/1.print_statement.py) |
| 137 | + - [2.variables.py](Notes/1.Basic/2.variables.py) |
| 138 | + - [3.keywords.py](Notes/1.Basic/3.keywords.py) |
| 139 | + - [4.Data_types.py](Notes/1.Basic/4.Data_types.py) |
| 140 | + - 3.Advance/ |
| 141 | + - [1.First_Class_Function.py](Notes/3.Advance/1.First_Class_Function.py) |
| 142 | + - [2.Higher_Order_Function.py](Notes/3.Advance/2.Higher_Order_Function.py) |
| 143 | + - [3.Closure.py](Notes/3.Advance/3.Closure.py) |
| 144 | + - [4.Decorators.py](Notes/3.Advance/4.Decorators.py) |
| 145 | + - [5.Iterator.py](Notes/3.Advance/5.Iterator.py) |
| 146 | + - [6.Generator.py](Notes/3.Advance/6.Generator.py) |
| 147 | + - [iter_and_next.py](Notes/3.Advance/iter_and_next.py) |
| 148 | + - Data_type/ |
| 149 | + - List/ |
| 150 | + - [1.List.py](Notes/Data_type/List/1.List.py) |
| 151 | + - [2.List_methods.py](Notes/Data_type/List/2.List_methods.py) |
| 152 | + - [3.List_functions.py](Notes/Data_type/List/3.List_functions.py) |
| 153 | + - [4.Slicing_list.py](Notes/Data_type/List/4.Slicing_list.py) |
| 154 | + - [6.List_exercise.py](Notes/Data_type/List/6.List_exercise.py) |
| 155 | + - Tuple/ |
| 156 | + - [Tuple.py](Notes/Data_type/Tuple/Tuple.py) |
| 157 | + - Functions/ |
| 158 | + - [eval().py](Notes/Functions/eval().py) |
| 159 | + - Itertools/ |
| 160 | + - [combination.py](Notes/Itertools/combination.py) |
| 161 | + - [permutations.py](Notes/Itertools/permutations.py) |
| 162 | + - modules/ |
| 163 | + - [calc.py](Notes/modules/calc.py) |
| 164 | + - [modules.py](Notes/modules/modules.py) |
| 165 | + - OOPS/ |
| 166 | + - 1.OOPS/ |
| 167 | + - [0.Before OOPS.py](Notes/OOPS/1.OOPS/0.Before OOPS.py) |
| 168 | + - [1.Introduction_to_OOPS.py](Notes/OOPS/1.OOPS/1.Introduction_to_OOPS.py) |
| 169 | + - [2.four_pillars_of_OOPS.py](Notes/OOPS/1.OOPS/2.four_pillars_of_OOPS.py) |
| 170 | + - 2.Constructor/ |
| 171 | + - [3.constructor_and_Destructor.py](Notes/OOPS/2.Constructor/3.constructor_and_Destructor.py) |
| 172 | + - [4.self.py](Notes/OOPS/2.Constructor/4.self.py) |
| 173 | + - 3.Class and Objects/ |
| 174 | + - [5.class_objects.py](Notes/OOPS/3.Class and Objects/5.class_objects.py) |
| 175 | + - 6.inheritance/ |
| 176 | + - [1.inheritance.py](Notes/OOPS/6.inheritance/1.inheritance.py) |
| 177 | + - [name_mangling.py](Notes/OOPS/6.inheritance/name_mangling.py) |
| 178 | + - [private_method.py](Notes/OOPS/6.inheritance/private_method.py) |
| 179 | + - [super_function.py](Notes/OOPS/6.inheritance/super_function.py) |
| 180 | + - polymorphism/ |
| 181 | + - [method_overloading.py](Notes/OOPS/polymorphism/method_overloading.py) |
| 182 | + - [method_overridding.py](Notes/OOPS/polymorphism/method_overridding.py) |
| 183 | + - [operator_overloading.py](Notes/OOPS/polymorphism/operator_overloading.py) |
| 184 | + - [abstraction.py](Notes/OOPS/abstraction.py) |
| 185 | + - [access_modifier.py](Notes/OOPS/access_modifier.py) |
| 186 | + - [encapsulation.py](Notes/OOPS/encapsulation.py) |
| 187 | + - [example_for_oops_in_industry.py](Notes/OOPS/example_for_oops_in_industry.py) |
| 188 | + - [function_overloading.py](Notes/OOPS/function_overloading.py) |
| 189 | + - [real_world_class_modeling.py](Notes/OOPS/real_world_class_modeling.py) |
| 190 | + - [advance.py](Notes/advance.py) |
| 191 | + - [decorator.py](Notes/decorator.py) |
| 192 | + - [Multi_threading.py](Notes/Multi_threading.py) |
| 193 | + - [nested_func.py](Notes/nested_func.py) |
| 194 | + - [staff.py](Notes/staff.py) |
| 195 | + - [stringdata.py](Notes/stringdata.py) |
| 196 | + - [thread.py](Notes/thread.py) |
| 197 | +- Prepinsta codes/ |
| 198 | + - array/ |
| 199 | + - [1.largest_element_in_array.py](Prepinsta codes/array/1.largest_element_in_array.py) |
| 200 | + - [2.smallest_element_in_an_array.py](Prepinsta codes/array/2.smallest_element_in_an_array.py) |
| 201 | + - [3.smallest_and_largest_element_in_array.py](Prepinsta codes/array/3.smallest_and_largest_element_in_array.py) |
| 202 | + - [4.second_smallest_element.py](Prepinsta codes/array/4.second_smallest_element.py) |
| 203 | + - [5.sum_of_array.py](Prepinsta codes/array/5.sum_of_array.py) |
| 204 | + - [6.reverse_a_sorted_array.py](Prepinsta codes/array/6.reverse_a_sorted_array.py) |
| 205 | + - [balanced_paranthesis.py](Prepinsta codes/array/balanced_paranthesis.py) |
| 206 | + - [sort_first_half_in_ascending_order.py](Prepinsta codes/array/sort_first_half_in_ascending_order.py) |
| 207 | + - [1.positive_or_negative_integer.py](Prepinsta codes/1.positive_or_negative_integer.py) |
| 208 | + - [10.sum_of_digit_of_a_number.py](Prepinsta codes/10.sum_of_digit_of_a_number.py) |
| 209 | + - [11.reverse_number.py](Prepinsta codes/11.reverse_number.py) |
| 210 | + - [2.odd_or_even.py](Prepinsta codes/2.odd_or_even.py) |
| 211 | + - [3.sum_of_first_n_natural_number.py](Prepinsta codes/3.sum_of_first_n_natural_number.py) |
| 212 | + - [4.sum_of_numbers_given_in_range.py](Prepinsta codes/4.sum_of_numbers_given_in_range.py) |
| 213 | + - [5.greatest_of_two_numbers.py](Prepinsta codes/5.greatest_of_two_numbers.py) |
| 214 | + - [6.greatest_of_three_numbers.py](Prepinsta codes/6.greatest_of_three_numbers.py) |
| 215 | + - [7.leap_year_or_not.py](Prepinsta codes/7.leap_year_or_not.py) |
| 216 | + - [8.prime_number.py](Prepinsta codes/8.prime_number.py) |
| 217 | + - [9.prime_numbers_in_a_given_range.py](Prepinsta codes/9.prime_numbers_in_a_given_range.py) |
| 218 | + - [age_validation.py](Prepinsta codes/age_validation.py) |
| 219 | + - [armstrong.py](Prepinsta codes/armstrong.py) |
| 220 | + - [compress_the_string.py](Prepinsta codes/compress_the_string.py) |
| 221 | + - [diagonal_sum.py](Prepinsta codes/diagonal_sum.py) |
| 222 | + - [display_api.py](Prepinsta codes/display_api.py) |
| 223 | + - [fibonacci_series.py](Prepinsta codes/fibonacci_series.py) |
| 224 | + - [milimeters_to_meters_and_kilo_meters.py](Prepinsta codes/milimeters_to_meters_and_kilo_meters.py) |
| 225 | + - [number_of_digit.py](Prepinsta codes/number_of_digit.py) |
| 226 | + - [print_n_numbers_without_loop.py](Prepinsta codes/print_n_numbers_without_loop.py) |
| 227 | + - [quarter_month_calculation.py](Prepinsta codes/quarter_month_calculation.py) |
| 228 | + - [remove_vowels_form_the_string.py](Prepinsta codes/remove_vowels_form_the_string.py) |
| 229 | + - [string_exception.py](Prepinsta codes/string_exception.py) |
| 230 | + - [sum_of_range.py](Prepinsta codes/sum_of_range.py) |
| 231 | +- Task/ |
| 232 | + - [1.print_1_to_100_exclude.py](Task/1.print_1_to_100_exclude.py) |
| 233 | + - [10.text_analysis_skill.py](Task/10.text_analysis_skill.py) |
| 234 | + - [2.Print combination without repeated letters.py](Task/2.Print combination without repeated letters.py) |
| 235 | + - [3.vowels.py](Task/3.vowels.py) |
| 236 | + - [4.time-based-greeting.py](Task/4.time-based-greeting.py) |
| 237 | + - [5.print_all_name.py](Task/5.print_all_name.py) |
| 238 | + - [6.bike_petrol_calculator.py](Task/6.bike_petrol_calculator.py) |
| 239 | + - [7.sorting_goals.py](Task/7.sorting_goals.py) |
| 240 | + - [8.get_the_all_domains_and_print_aim.py](Task/8.get_the_all_domains_and_print_aim.py) |
| 241 | + - [9.College_time_table.py](Task/9.College_time_table.py) |
| 242 | + - [check_Password.py](Task/check_Password.py) |
| 243 | + - [count_divisor.py](Task/count_divisor.py) |
| 244 | + - [decimal_to_binary.py](Task/decimal_to_binary.py) |
| 245 | + - [Decode_string.py](Task/Decode_string.py) |
| 246 | + - [fibonnacci_series_yield.py](Task/fibonnacci_series_yield.py) |
| 247 | + - [largest_number.py](Task/largest_number.py) |
| 248 | + - [pattern.py](Task/pattern.py) |
| 249 | + - [prime_interval.py](Task/prime_interval.py) |
| 250 | + - [task1.py](Task/task1.py) |
| 251 | + - [temperature_program.py](Task/temperature_program.py) |
| 252 | +- test/ |
| 253 | + - [test_case.py](test/test_case.py) |
| 254 | +- [basic.py](basic.py) |
| 255 | +- [exercise.py](exercise.py) |
| 256 | +- [gfg.py](gfg.py) |
| 257 | +- [index.py](index.py) |
| 258 | +- [intermediate.py](intermediate.py) |
| 259 | +- [list.py](list.py) |
| 260 | +- [oops.py](oops.py) |
| 261 | +- [pattern.py](pattern.py) |
| 262 | +- [README.md](README.md) |
| 263 | + |
| 264 | +<!-- REPO_INDEX:END --> |
0 commit comments