We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e435f commit 83d877cCopy full SHA for 83d877c
DIRECTORY.md
@@ -679,6 +679,7 @@
679
## Matrix
680
* [Binary Search Matrix](matrix/binary_search_matrix.py)
681
* [Count Islands In Matrix](matrix/count_islands_in_matrix.py)
682
+ * [Count Negative Numbers In Sorted Matrix](matrix/count_negative_numbers_in_sorted_matrix.py)
683
* [Count Paths](matrix/count_paths.py)
684
* [Cramers Rule 2X2](matrix/cramers_rule_2x2.py)
685
* [Inverse Of Matrix](matrix/inverse_of_matrix.py)
@@ -753,6 +754,7 @@
753
754
* [Potential Energy](physics/potential_energy.py)
755
* [Rms Speed Of Molecule](physics/rms_speed_of_molecule.py)
756
* [Shear Stress](physics/shear_stress.py)
757
+ * [Speed Of Sound](physics/speed_of_sound.py)
758
759
## Project Euler
760
* Problem 001
0 commit comments