|
327 | 327 | * [Minimum Coin Change](dynamic_programming/minimum_coin_change.py)
|
328 | 328 | * [Minimum Cost Path](dynamic_programming/minimum_cost_path.py)
|
329 | 329 | * [Minimum Partition](dynamic_programming/minimum_partition.py)
|
| 330 | + * [Minimum Size Subarray Sum](dynamic_programming/minimum_size_subarray_sum.py) |
330 | 331 | * [Minimum Squares To Represent A Number](dynamic_programming/minimum_squares_to_represent_a_number.py)
|
331 | 332 | * [Minimum Steps To One](dynamic_programming/minimum_steps_to_one.py)
|
332 | 333 | * [Minimum Tickets Cost](dynamic_programming/minimum_tickets_cost.py)
|
|
339 | 340 | * [Word Break](dynamic_programming/word_break.py)
|
340 | 341 |
|
341 | 342 | ## Electronics
|
| 343 | + * [Apparent Power](electronics/apparent_power.py) |
342 | 344 | * [Builtin Voltage](electronics/builtin_voltage.py)
|
343 | 345 | * [Carrier Concentration](electronics/carrier_concentration.py)
|
344 | 346 | * [Circular Convolution](electronics/circular_convolution.py)
|
|
348 | 350 | * [Electrical Impedance](electronics/electrical_impedance.py)
|
349 | 351 | * [Ind Reactance](electronics/ind_reactance.py)
|
350 | 352 | * [Ohms Law](electronics/ohms_law.py)
|
| 353 | + * [Real And Reactive Power](electronics/real_and_reactive_power.py) |
351 | 354 | * [Resistor Equivalence](electronics/resistor_equivalence.py)
|
352 | 355 | * [Resonant Frequency](electronics/resonant_frequency.py)
|
353 | 356 |
|
|
483 | 486 | * [Astar](machine_learning/astar.py)
|
484 | 487 | * [Data Transformations](machine_learning/data_transformations.py)
|
485 | 488 | * [Decision Tree](machine_learning/decision_tree.py)
|
| 489 | + * [Dimensionality Reduction](machine_learning/dimensionality_reduction.py) |
486 | 490 | * Forecasting
|
487 | 491 | * [Run](machine_learning/forecasting/run.py)
|
488 | 492 | * [Gradient Descent](machine_learning/gradient_descent.py)
|
|
604 | 608 | * [Perfect Number](maths/perfect_number.py)
|
605 | 609 | * [Perfect Square](maths/perfect_square.py)
|
606 | 610 | * [Persistence](maths/persistence.py)
|
| 611 | + * [Pi Generator](maths/pi_generator.py) |
607 | 612 | * [Pi Monte Carlo Estimation](maths/pi_monte_carlo_estimation.py)
|
608 | 613 | * [Points Are Collinear 3D](maths/points_are_collinear_3d.py)
|
609 | 614 | * [Pollard Rho](maths/pollard_rho.py)
|
|
0 commit comments