https://github.com/mrjasonweaver/rearrange-words
https://github.com/mrjasonweaver/rearrange-words
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrjasonweaver/rearrange-words
- Owner: mrjasonweaver
- Created: 2024-08-19T14:18:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T14:27:44.000Z (9 months ago)
- Last Synced: 2025-01-28T04:42:24.770Z (4 months ago)
- Language: TypeScript
- Size: 9.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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/)