This repository contains my solutions to HackerRank challenges and practice files in Python.
-
Updated
Jan 24, 2024 - Python
This repository contains my solutions to HackerRank challenges and practice files in Python.
Este repositório ira mostrar os meus estudos em algoritmos utilizando o javascript no HackerRank.
HackerRank problem solving and sql solutions.
Exercises resolved from hackerRank and solutions the community
Python exercises and solutions from Hackerank Platform
Solution of Hackerrank SQL
x = input() vow = ['a','e','i','o','u'] vs = [i for i in x if i in vow] vs = vs[::-1] c=0 for i in x: if i in vs: print(vs[c],end = '') c+=1 else: print(i,end ='')
Add a description, image, and links to the hackerank-solutions topic page so that developers can more easily learn about it.
To associate your repository with the hackerank-solutions topic, visit your repo's landing page and select "manage topics."