CodingTrain / CodingTrain/Suggestion-Box
Word cloud generation
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
### Generating a word cloud from a list of words
How do you make sure letters don't overlap?
How do you keep track of what space is used?
How do you decide where to place a word?
Should you worry about long words wasting space?
#### Examples:

Make words fit an overall shape `// Might be little extra work based on implementation`
https://www.wordclouds.com/

Size words based on a weight `// Occurrence`
https://www.opendota.com/players/41231571/wordcloud?date=180
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.