Skip to content

GerryOnGithub/Java-Playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

Java-Playground

The adwordy sub-directory is a (simple) simulation of ranking ad-words in order to determine best fit. Program starts in Main.java.

The output looks like the following, with lower ratio indicating lower cost per click:

starting
Word(s): "okay"	ratio: 0.05	cost: $4.99	click through 99%
Word(s): "superduper"	ratio: 0.10	cost: $0.10	click through 1%
Word(s): "awesome"	ratio: 0.50	cost: $1.00	click through 2%
Word(s): "cat"	ratio: 1.00	cost: $2.01	click through 2%
Word(s): "dog"	ratio: 1.01	cost: $3.02	click through 3%
done.

About

An experiment with Lambdas and Streams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages