Median of two sorted Array (with Extra space)Given two sorted arrays arr1 and arr2 of size m and n respectively, return the median of the two sorted arrays.Jul 5, 2023Jul 5, 2023
Object Oriented Analysis and Design SummaryThis is the summary of Head First object oriented analysis and design book.Mar 25, 2023Mar 25, 2023
Find the Kth Largest element in the Array — Heap AlgorithmGiven an array of integers, find the kth largest element in the arrayJun 30, 2022Jun 30, 2022
Find the square root of a positive number — Binary Search AlgorithmThere are many ways to find the square root of a positive number, here is using the binary search algorithmMay 10, 2022May 10, 2022
Sort 0 and 1 — Two pointer problemsorting 0 and 1 is a classic 2 pointer sorting problemMay 6, 2022May 6, 2022
How to write requirements.txt in python projectWriting optimised requirements.txt using pipreqsJun 5, 2021Jun 5, 2021