RUVIDEO
Поделитесь видео 🙏

Matrix Codekata Problem Solving using python(2) смотреть онлайн

Hey guys, Welcome to FORMAL INFINITY Channel, In this video we would discuss the solution for Codekata programing problems using python in Guvi. In this specific video we have discussed Input and Output related problems in Guvi. We would continue this series of video for covering all the topics under codekata.

If you find our videos useful, please like or comment and don't forget to subscribe our channel to follow frequent videos and regular updates posted in our channel.

Video link : https://youtu.be/uhr4wxYGPcc
Subscribe: https://www.youtube.com/channel/UCPN5......

And If you haven't checked Playlists available in our channel, The link for all the available playlists is given below:

Absolute Beginners : https://youtube.com/playlist?list=PLP...

Basics : https://youtube.com/playlist?list=PLP...

Strings : https://youtube.com/playlist?list=PLP...

Arrays : https://youtube.com/playlist?list=PLP...

Input & Output Functions : https://youtube.com/playlist?list=PLP...

Numbers : https://youtube.com/playlist?list=PLP...
___________________________________________________________
Question_1:-

Rohan is a coder who loves puzzles involving words and letters. He has recently learnt about the concept of matrices in mathematics and has developed a puzzle in a which a matrix of dimensions 5*5 is filled with letters of the English alphabet. Your task is to help Rohan in displaying the number of rows in which all the 5 vowels in the English alphabet are present.

Input Description:
Elements in the 5*5 matrix (a,b,c,d….z/A,B,C,D,...Z)

Output Description:
Number of rows containing all the 5 vowels, distinctly. If there are no such rows, display 0.

Sample Input :
A b c d e
G h i j k
L d M N o
p Q R s t
U V W x y
Sample Output :
0
*****************************
arr = []
for i in range(5):
arr.append(input().split())
b = 0
for i in arr:
a = [j for j in I]
a.sort()
a = ''.join(a)
if a.lower() == 'aeiou':
b += 1
print(b)
*****************************

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Matrix Codekata Problem Solving using python(2)» бесплатно и без регистрации, вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.