|
48 | 48 | * [Highest Set Bit](bit_manipulation/highest_set_bit.py) |
49 | 49 | * [Index Of Rightmost Set Bit](bit_manipulation/index_of_rightmost_set_bit.py) |
50 | 50 | * [Is Even](bit_manipulation/is_even.py) |
| 51 | + * [Is Power Of Two](bit_manipulation/is_power_of_two.py) |
51 | 52 | * [Reverse Bits](bit_manipulation/reverse_bits.py) |
52 | 53 | * [Single Bit Manipulation Operations](bit_manipulation/single_bit_manipulation_operations.py) |
53 | 54 |
|
|
315 | 316 | * [Minimum Partition](dynamic_programming/minimum_partition.py) |
316 | 317 | * [Minimum Squares To Represent A Number](dynamic_programming/minimum_squares_to_represent_a_number.py) |
317 | 318 | * [Minimum Steps To One](dynamic_programming/minimum_steps_to_one.py) |
| 319 | + * [Minimum Tickets Cost](dynamic_programming/minimum_tickets_cost.py) |
318 | 320 | * [Optimal Binary Search Tree](dynamic_programming/optimal_binary_search_tree.py) |
319 | 321 | * [Palindrome Partitioning](dynamic_programming/palindrome_partitioning.py) |
320 | 322 | * [Rod Cutting](dynamic_programming/rod_cutting.py) |
|
496 | 498 | ## Maths |
497 | 499 | * [3N Plus 1](maths/3n_plus_1.py) |
498 | 500 | * [Abs](maths/abs.py) |
499 | | - * [Abs Max](maths/abs_max.py) |
500 | | - * [Abs Min](maths/abs_min.py) |
501 | 501 | * [Add](maths/add.py) |
502 | 502 | * [Addition Without Arithmetic](maths/addition_without_arithmetic.py) |
503 | 503 | * [Aliquot Sum](maths/aliquot_sum.py) |
|
653 | 653 | * [Matrix Operation](matrix/matrix_operation.py) |
654 | 654 | * [Max Area Of Island](matrix/max_area_of_island.py) |
655 | 655 | * [Nth Fibonacci Using Matrix Exponentiation](matrix/nth_fibonacci_using_matrix_exponentiation.py) |
| 656 | + * [Pascal Triangle](matrix/pascal_triangle.py) |
656 | 657 | * [Rotate Matrix](matrix/rotate_matrix.py) |
657 | 658 | * [Searching In Sorted Matrix](matrix/searching_in_sorted_matrix.py) |
658 | 659 | * [Sherman Morrison](matrix/sherman_morrison.py) |
|
674 | 675 | ## Other |
675 | 676 | * [Activity Selection](other/activity_selection.py) |
676 | 677 | * [Alternative List Arrange](other/alternative_list_arrange.py) |
677 | | - * [Check Strong Password](other/check_strong_password.py) |
678 | 678 | * [Davisb Putnamb Logemannb Loveland](other/davisb_putnamb_logemannb_loveland.py) |
679 | 679 | * [Dijkstra Bankers Algorithm](other/dijkstra_bankers_algorithm.py) |
680 | 680 | * [Doomsday](other/doomsday.py) |
|
689 | 689 | * [Magicdiamondpattern](other/magicdiamondpattern.py) |
690 | 690 | * [Maximum Subarray](other/maximum_subarray.py) |
691 | 691 | * [Nested Brackets](other/nested_brackets.py) |
692 | | - * [Pascal Triangle](other/pascal_triangle.py) |
693 | | - * [Password Generator](other/password_generator.py) |
| 692 | + * [Password](other/password.py) |
694 | 693 | * [Quine](other/quine.py) |
695 | 694 | * [Scoring Algorithm](other/scoring_algorithm.py) |
696 | 695 | * [Sdes](other/sdes.py) |
|
701 | 700 | * [Casimir Effect](physics/casimir_effect.py) |
702 | 701 | * [Centripetal Force](physics/centripetal_force.py) |
703 | 702 | * [Horizontal Projectile Motion](physics/horizontal_projectile_motion.py) |
| 703 | + * [Hubble Parameter](physics/hubble_parameter.py) |
704 | 704 | * [Ideal Gas Law](physics/ideal_gas_law.py) |
705 | 705 | * [Kinetic Energy](physics/kinetic_energy.py) |
706 | 706 | * [Lorentz Transformation Four Vector](physics/lorentz_transformation_four_vector.py) |
|
0 commit comments