#podt
Read more stories on Hashnode
Articles with this tag
Problem Statement (Top k numbers in a stream: medium) Given N numbers in an array, your task is to keep at most the top K numbers with respect to...
Problem Statement (Water the plants : Medium) A gallery with plants is divided into n parts, numbered 0, 1, 2, 3, ..., n-1. There are provisions for...
Problem Statement (podt : All Unique Permutations of an array: Medium level) Given an array arr[] of length n. Find all possible unique permutations...
Problem Statement (string : Largest number with given sum) easy question. Geek lost the password of his super locker. He remembers the number of...
On Day 2 I did some 3 easy question on string questions with the PODT in geeksforgeeks. PODT question (easy) Given an integer K and a queue of...
I started a day with Problem of the day in GeeksforGeeks. The coding question was named "Remove K Digits". it is a stack problem. Problem...