CodingTrain / CodingTrain/Suggestion-Box

Word cloud generation

Open
#1,329 0 comments 1 reaction 0 assignees View on GitHub
Challenge
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:
![image](https://user-images.githubusercontent.com/23455519/58433303-e1ab1680-80b6-11e9-8562-41c0e0d8c564.png)
Make words fit an overall shape `// Might be little extra work based on implementation`
https://www.wordclouds.com/

![image](https://user-images.githubusercontent.com/23455519/58433329-04d5c600-80b7-11e9-9ca5-a9d73deee39d.png)
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.