#dsa
Read more stories on Hashnode
Articles with this tag
Problem statement You and your teammates from the anti-bomb squad of the local police have been called to defuse a bomb found in the only pub in...
Problem statement The SuperBowl Lottery is about to commence, and there are several lottery tickets being sold, and each ticket is identified with a...
NOTE: The problem 141: "Linked List Cycle" is a subproblem of this problem, so the solution can be slightly modified to solve that too. Problem...
Problem statement Given a string s consisting of words and spaces, return the length of the last word in the string. A word is a maximal substring...
Problem statement You will be given a square chess board with one queen and a number of obstacles placed on it. Determine how many squares the queen...
This problem is from ICPC competition that one of my followers participated (and asked for explanation) on October 22, 2023. Problem statement Your...