Sorting Algorithm: Selection

Selection sort algorithm makes sure that it selects the smallest (or largest, depending on the implementation) element from the unsorted portion of the array and moves it to its correct position from ...
0 Read More

Daily React Learning -11

Day-11:👨‍💻🔥(React)Today, I made a Expense Tracker App that tracks the expense of user. We can add an expense with name and amount. It shows the total expense at last. I used localstorage co...
0 Read More

3356. Zero Array Transformation II

3356. Zero Array Transformation IIDifficulty: MediumTopics: Array, Binary Search, Prefix SumYou are given an integer array nums of length n and a 2D array queries where queries[i] = [li, ri, vali].Eac...
0 Read More

UNIX - Introduction

UNIX - Introduction
OS and its history Almost every computer science student comes across the term operating system now and then. The operating system is a computer program that serves as an interface between th...
0 Read More