Skip to content

Commit 723cf9c

Browse files
Remove duplicate implementation of median of two arrays algorithm (TheAlgorithms#11420)
* Remove duplicate implementation of median of two arrays algorithm Remove maths/median_of_two_arrays.py because the repo has two implementations of this algorithm, with data_structures/arrays/median_two_array.py being the other. Even though maths/median_of_two_arrays.py is the older implementation, the newer implementation is better documented, has better error handling, and is already located in a more appropriate directory. * updating DIRECTORY.md --------- Co-authored-by: tianyizheng02 <[email protected]>
1 parent 70bd06d commit 723cf9c

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

Diff for: DIRECTORY.md

-1
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,6 @@
661661
* [Manhattan Distance](maths/manhattan_distance.py)
662662
* [Matrix Exponentiation](maths/matrix_exponentiation.py)
663663
* [Max Sum Sliding Window](maths/max_sum_sliding_window.py)
664-
* [Median Of Two Arrays](maths/median_of_two_arrays.py)
665664
* [Minkowski Distance](maths/minkowski_distance.py)
666665
* [Mobius Function](maths/mobius_function.py)
667666
* [Modular Division](maths/modular_division.py)

Diff for: maths/median_of_two_arrays.py

-33
This file was deleted.

0 commit comments

Comments
 (0)