Skip to content

Commit af435d8

Browse files
committed
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.
1 parent b8afb21 commit af435d8

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

maths/median_of_two_arrays.py

-33
This file was deleted.

0 commit comments

Comments
 (0)