Ayushi_9

Results 3 issues of Ayushi_9

#36 fixed solution to leetcode hard problem: Given two sorted arrays nums1 and nums2 of size m and n respectively, return the median of the two sorted arrays. with better...

fixes #18 c++ solution to the leetcode 3Sum problem: Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and...

#32 solution to given leetcode problem to delete a node in a linked list when the head is not given. Its a logical solution as u cannot delete the node...