Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate implementation of median of two arrays algorithm (Th…
…eAlgorithms#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]>
- Loading branch information