Skip to content

Latest commit

 

History

19 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

仓库 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.

关于

An experiment with Lambdas and Streams

Resources

Stars

0 stars

关注者

0 watching

复刻s

发布

贡献者

Languages