Welcome to the Hacktoberfest 2023 Competitive-Programming Cohort for Cummins College and MMCOE students! To request issue assignment, create a pull request, providing: 1. Full Name 🧑🎓 2.Email 📧 3.College ID (RNO) 🔢 4.Branch of Study.📚 5. Year 📆 .The Cummins College and MMCOE students' PRs will be considered only. Thank you!
9
stars
69
forks
source link
Issue #105 : Added Code for Median of 2 sorted arrays #230
105
I have first merged the sorted arrays using extra space in non-decreasing order then have taken out the median of the new array.
Time Complexity : O(n) Space Complexity : O(n)