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

https://github.com/mrjasonweaver/rearrange-words


https://github.com/mrjasonweaver/rearrange-words

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rearrange Words in a Sentence

Rearrange the words in text such that all words are rearranged in an increasing order of their lengths.
If two words have the same length, arrange them in their original order.

[https://leetcode.com/problems/rearrange-words-in-a-sentence/description/](https://leetcode.com/problems/rearrange-words-in-a-sentence/description/)