Skip to content

Commit 74325d0

Browse files
cclaussgithub-actions
and
github-actions
authored
Rename quantum_random.py to quantum_random.py.DISABLED.txt (#7683)
* Rename quantum_random.py to quantum_random.py.DISABLED.txt #7682 * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent 614274a commit 74325d0

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

DIRECTORY.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,13 @@
5656

5757
## Boolean Algebra
5858
* [And Gate](boolean_algebra/and_gate.py)
59+
* [Nand Gate](boolean_algebra/nand_gate.py)
5960
* [Norgate](boolean_algebra/norgate.py)
61+
* [Not Gate](boolean_algebra/not_gate.py)
62+
* [Or Gate](boolean_algebra/or_gate.py)
6063
* [Quine Mc Cluskey](boolean_algebra/quine_mc_cluskey.py)
64+
* [Xnor Gate](boolean_algebra/xnor_gate.py)
65+
* [Xor Gate](boolean_algebra/xor_gate.py)
6166

6267
## Cellular Automata
6368
* [Conways Game Of Life](cellular_automata/conways_game_of_life.py)
@@ -288,6 +293,7 @@
288293
* [Iterating Through Submasks](dynamic_programming/iterating_through_submasks.py)
289294
* [Knapsack](dynamic_programming/knapsack.py)
290295
* [Longest Common Subsequence](dynamic_programming/longest_common_subsequence.py)
296+
* [Longest Common Substring](dynamic_programming/longest_common_substring.py)
291297
* [Longest Increasing Subsequence](dynamic_programming/longest_increasing_subsequence.py)
292298
* [Longest Increasing Subsequence O(Nlogn)](dynamic_programming/longest_increasing_subsequence_o(nlogn).py)
293299
* [Longest Sub Array](dynamic_programming/longest_sub_array.py)
@@ -298,6 +304,7 @@
298304
* [Minimum Coin Change](dynamic_programming/minimum_coin_change.py)
299305
* [Minimum Cost Path](dynamic_programming/minimum_cost_path.py)
300306
* [Minimum Partition](dynamic_programming/minimum_partition.py)
307+
* [Minimum Squares To Represent A Number](dynamic_programming/minimum_squares_to_represent_a_number.py)
301308
* [Minimum Steps To One](dynamic_programming/minimum_steps_to_one.py)
302309
* [Optimal Binary Search Tree](dynamic_programming/optimal_binary_search_tree.py)
303310
* [Rod Cutting](dynamic_programming/rod_cutting.py)
@@ -474,6 +481,7 @@
474481
* [Add](maths/add.py)
475482
* [Aliquot Sum](maths/aliquot_sum.py)
476483
* [Allocation Number](maths/allocation_number.py)
484+
* [Arc Length](maths/arc_length.py)
477485
* [Area](maths/area.py)
478486
* [Area Under Curve](maths/area_under_curve.py)
479487
* [Armstrong Numbers](maths/armstrong_numbers.py)
@@ -609,7 +617,9 @@
609617
## Matrix
610618
* [Binary Search Matrix](matrix/binary_search_matrix.py)
611619
* [Count Islands In Matrix](matrix/count_islands_in_matrix.py)
620+
* [Cramers Rule 2X2](matrix/cramers_rule_2x2.py)
612621
* [Inverse Of Matrix](matrix/inverse_of_matrix.py)
622+
* [Largest Square Area In Matrix](matrix/largest_square_area_in_matrix.py)
613623
* [Matrix Class](matrix/matrix_class.py)
614624
* [Matrix Operation](matrix/matrix_operation.py)
615625
* [Max Area Of Island](matrix/max_area_of_island.py)
@@ -657,6 +667,7 @@
657667
## Physics
658668
* [Casimir Effect](physics/casimir_effect.py)
659669
* [Horizontal Projectile Motion](physics/horizontal_projectile_motion.py)
670+
* [Kinetic Energy](physics/kinetic_energy.py)
660671
* [Lorentz Transformation Four Vector](physics/lorentz_transformation_four_vector.py)
661672
* [N Body Simulation](physics/n_body_simulation.py)
662673
* [Newtons Law Of Gravitation](physics/newtons_law_of_gravitation.py)
@@ -948,7 +959,6 @@
948959
* [Not Gate](quantum/not_gate.py)
949960
* [Q Full Adder](quantum/q_full_adder.py)
950961
* [Quantum Entanglement](quantum/quantum_entanglement.py)
951-
* [Quantum Random](quantum/quantum_random.py)
952962
* [Ripple Adder Classic](quantum/ripple_adder_classic.py)
953963
* [Single Qubit Measure](quantum/single_qubit_measure.py)
954964
* [Superdense Coding](quantum/superdense_coding.py)
@@ -1048,6 +1058,7 @@
10481058
* [Hamming Distance](strings/hamming_distance.py)
10491059
* [Indian Phone Validator](strings/indian_phone_validator.py)
10501060
* [Is Contains Unique Chars](strings/is_contains_unique_chars.py)
1061+
* [Is Isogram](strings/is_isogram.py)
10511062
* [Is Palindrome](strings/is_palindrome.py)
10521063
* [Is Pangram](strings/is_pangram.py)
10531064
* [Is Spain National Id](strings/is_spain_national_id.py)
File renamed without changes.

0 commit comments

Comments
 (0)