DSA with Python

Couting Sort - How it Works Steps

NoteGPT - AI Generated Image   Here's a cleaner and simpler version with an example in Step 4 : Counting Sort – How…

Read Now
Python using reduce()

Python using reduce()

using reduce when you  need to  single cumulative result output  example  we wanted multiply entire  list items or addi…

Read Now

Find a string | HackerRANK

We gone find how many time substring occur in each substring, we usinde kind of sliding window approach here where we …

Read Now

Leetcode- 283 . Move Zeros

Photo by  Tai Bui  on  Unsplash   Question: Given an integer array nums, move all 0's to the end of it while mainta…

Read Now
DSA : Selection Sort with Example

DSA : Selection Sort with Example

This code implements the Selection Sort algorithm to sort the array my_array in ascending order. Here's a line-by…

Read Now
Load More That is All