|
170 | 170 | * Arrays
|
171 | 171 | * [Equilibrium Index In Array](data_structures/arrays/equilibrium_index_in_array.py)
|
172 | 172 | * [Find Triplets With 0 Sum](data_structures/arrays/find_triplets_with_0_sum.py)
|
| 173 | + * [Index 2D Array In 1D](data_structures/arrays/index_2d_array_in_1d.py) |
| 174 | + * [Kth Largest Element](data_structures/arrays/kth_largest_element.py) |
173 | 175 | * [Median Two Array](data_structures/arrays/median_two_array.py)
|
174 | 176 | * [Pairs With Given Sum](data_structures/arrays/pairs_with_given_sum.py)
|
175 | 177 | * [Permutations](data_structures/arrays/permutations.py)
|
|
368 | 370 | ## Electronics
|
369 | 371 | * [Apparent Power](electronics/apparent_power.py)
|
370 | 372 | * [Builtin Voltage](electronics/builtin_voltage.py)
|
| 373 | + * [Capacitor Equivalence](electronics/capacitor_equivalence.py) |
371 | 374 | * [Carrier Concentration](electronics/carrier_concentration.py)
|
372 | 375 | * [Charging Capacitor](electronics/charging_capacitor.py)
|
373 | 376 | * [Charging Inductor](electronics/charging_inductor.py)
|
|
648 | 651 | * [Numerical Integration](maths/numerical_analysis/numerical_integration.py)
|
649 | 652 | * [Runge Kutta](maths/numerical_analysis/runge_kutta.py)
|
650 | 653 | * [Runge Kutta Fehlberg 45](maths/numerical_analysis/runge_kutta_fehlberg_45.py)
|
| 654 | + * [Runge Kutta Gills](maths/numerical_analysis/runge_kutta_gills.py) |
651 | 655 | * [Secant Method](maths/numerical_analysis/secant_method.py)
|
652 | 656 | * [Simpson Rule](maths/numerical_analysis/simpson_rule.py)
|
653 | 657 | * [Square Root](maths/numerical_analysis/square_root.py)
|
|
814 | 818 | * [Ideal Gas Law](physics/ideal_gas_law.py)
|
815 | 819 | * [In Static Equilibrium](physics/in_static_equilibrium.py)
|
816 | 820 | * [Kinetic Energy](physics/kinetic_energy.py)
|
| 821 | + * [Lens Formulae](physics/lens_formulae.py) |
817 | 822 | * [Lorentz Transformation Four Vector](physics/lorentz_transformation_four_vector.py)
|
818 | 823 | * [Malus Law](physics/malus_law.py)
|
819 | 824 | * [Mass Energy Equivalence](physics/mass_energy_equivalence.py)
|
|
0 commit comments