Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucas-erkana/codingchallenege_sort_vowels_in_a_string

The task is to permute a string `s` such that all consonants remain in their original places and the vowels are sorted in non-decreasing order of their ASCII values, then return the resulting string.
https://github.com/lucas-erkana/codingchallenege_sort_vowels_in_a_string

Last synced: 5 days ago
JSON representation

The task is to permute a string `s` such that all consonants remain in their original places and the vowels are sorted in non-decreasing order of their ASCII values, then return the resulting string.

Awesome Lists containing this project