Este repositório ira mostrar os meus estudos em algoritmos utilizando o javascript no HackerRank.
-
Updated
Jan 30, 2024 - JavaScript
Este repositório ira mostrar os meus estudos em algoritmos utilizando o javascript no HackerRank.
This repository contains my solutions to HackerRank challenges and practice files in Python.
Python exercises and solutions from Hackerank Platform
Exercises resolved from hackerRank and solutions the community
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 ='')
Solution of Hackerrank SQL
HackerRank problem solving and sql solutions.
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."