Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
320 stars 476 forks source link

Python program to check if given string is vowel Palindrome #1134

Open ambivert-sam opened 3 years ago

ambivert-sam commented 3 years ago

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 solution you'd like Problem Statement: Given a string (may contain both vowel and consonant letters), remove all consonants, then check if the resulting string is palindrome or not.

Examples:

Input : abcuhuvmnba Output : YES Explanation : The consonants in the string "abcuhuvmnba" are removed. Now the string becomes "auua".

Input : xayzuezyax Output : NO

Input : bkldhgcj Output : -1

Describe alternatives you've considered This problem statement is from geeks for geeks

Additional context

I would like to contribute and work on this issue as a participant of LGM SOC'21 will you please assign it to me

Programming language

KarthikTadala commented 3 years ago

Im preparing for my coding interviews and it would really help me if you assign this question to me Kindly assign me this I have immense intrest in coding