Skip to content

Commit 3622a79

Browse files
github-actionsgithub-actions
github-actions
authored and
github-actions
committed
updating DIRECTORY.md
1 parent 7ea1530 commit 3622a79

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DIRECTORY.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
* [Highest Set Bit](bit_manipulation/highest_set_bit.py)
4949
* [Index Of Rightmost Set Bit](bit_manipulation/index_of_rightmost_set_bit.py)
5050
* [Is Even](bit_manipulation/is_even.py)
51+
* [Is Power Of Two](bit_manipulation/is_power_of_two.py)
5152
* [Reverse Bits](bit_manipulation/reverse_bits.py)
5253
* [Single Bit Manipulation Operations](bit_manipulation/single_bit_manipulation_operations.py)
5354

@@ -315,6 +316,7 @@
315316
* [Minimum Partition](dynamic_programming/minimum_partition.py)
316317
* [Minimum Squares To Represent A Number](dynamic_programming/minimum_squares_to_represent_a_number.py)
317318
* [Minimum Steps To One](dynamic_programming/minimum_steps_to_one.py)
319+
* [Minimum Tickets Cost](dynamic_programming/minimum_tickets_cost.py)
318320
* [Optimal Binary Search Tree](dynamic_programming/optimal_binary_search_tree.py)
319321
* [Palindrome Partitioning](dynamic_programming/palindrome_partitioning.py)
320322
* [Rod Cutting](dynamic_programming/rod_cutting.py)
@@ -496,8 +498,6 @@
496498
## Maths
497499
* [3N Plus 1](maths/3n_plus_1.py)
498500
* [Abs](maths/abs.py)
499-
* [Abs Max](maths/abs_max.py)
500-
* [Abs Min](maths/abs_min.py)
501501
* [Add](maths/add.py)
502502
* [Addition Without Arithmetic](maths/addition_without_arithmetic.py)
503503
* [Aliquot Sum](maths/aliquot_sum.py)
@@ -653,6 +653,7 @@
653653
* [Matrix Operation](matrix/matrix_operation.py)
654654
* [Max Area Of Island](matrix/max_area_of_island.py)
655655
* [Nth Fibonacci Using Matrix Exponentiation](matrix/nth_fibonacci_using_matrix_exponentiation.py)
656+
* [Pascal Triangle](matrix/pascal_triangle.py)
656657
* [Rotate Matrix](matrix/rotate_matrix.py)
657658
* [Searching In Sorted Matrix](matrix/searching_in_sorted_matrix.py)
658659
* [Sherman Morrison](matrix/sherman_morrison.py)
@@ -674,7 +675,6 @@
674675
## Other
675676
* [Activity Selection](other/activity_selection.py)
676677
* [Alternative List Arrange](other/alternative_list_arrange.py)
677-
* [Check Strong Password](other/check_strong_password.py)
678678
* [Davisb Putnamb Logemannb Loveland](other/davisb_putnamb_logemannb_loveland.py)
679679
* [Dijkstra Bankers Algorithm](other/dijkstra_bankers_algorithm.py)
680680
* [Doomsday](other/doomsday.py)
@@ -689,8 +689,7 @@
689689
* [Magicdiamondpattern](other/magicdiamondpattern.py)
690690
* [Maximum Subarray](other/maximum_subarray.py)
691691
* [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)
694693
* [Quine](other/quine.py)
695694
* [Scoring Algorithm](other/scoring_algorithm.py)
696695
* [Sdes](other/sdes.py)
@@ -701,6 +700,7 @@
701700
* [Casimir Effect](physics/casimir_effect.py)
702701
* [Centripetal Force](physics/centripetal_force.py)
703702
* [Horizontal Projectile Motion](physics/horizontal_projectile_motion.py)
703+
* [Hubble Parameter](physics/hubble_parameter.py)
704704
* [Ideal Gas Law](physics/ideal_gas_law.py)
705705
* [Kinetic Energy](physics/kinetic_energy.py)
706706
* [Lorentz Transformation Four Vector](physics/lorentz_transformation_four_vector.py)

0 commit comments

Comments
 (0)