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

Vite react axios frontend

New terminal at highest level Npm create vite@latest Install package Project name : frontend React framework Javascript +swc Cd frontend Npm install npm run devThis will load the default site Th...
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