-
**Is your feature request related to a problem? Please describe.**
Want to add Python program to check if the given string is vowel Palindrome in Python Data structures Folder
**Describe the sol…
-
**Is your feature request related to a problem? Please describe.**
Want to add Remove Nth Node From End of List Python Data structures Folder
**Describe the solution you'd like**
Problem Statemen…
-
# Aim
- You and your friend are playing a game with hoops. There are N hoops (where N is odd) in a row. You jump into hoop 1, and your friend jumps into hoop N. Then you jump into hoop 2, and after…
-
# Aim
You are given an integer array coins representing coins of different denominations and an integer amount representing a total amount of money.
Return the fewest number of coins that you ne…
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Aim**
WhatsApp_Message_Automation…
-
Given a sorted binary array. We need to count number of 1's present in a array using binary search.
I would like to work on this in cpp under LGMSOC'21
Leave it unchecked Owner will mark it :)
--…
-
Hii @Ayush7614 I want to add problems in 0-1 knapsack, please assign this issue to only me
-
You’re given a read only array of n integers. Find out if **any integer** occurs **more than n/3 times** in the array in linear time and constant additional space.
If so, **_return the integer_**. …
-
## Program Statement:
We are given an expression and we need to check whether the given expression is valid or not.
For eg.
Input: “[()]{}{[()()]()}”
Output: Balanced
Input: “[(])”
Output…
-
**Aim**
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers a…