Choosing a multiple of n (with.Java)
This is an article about the problem of “Selecting a multiple of n.” As I solve coding test problems, I look back on the problems...
Finding numbers (with.Java)
This is an article about the “Find a number” problem. As I solve coding test problems, I look back on the problems I solved and...
Similarity of arrays (with.Java)
This article examines the “Similarity of Arrays” problem. As I solve coding test problems, I look back on the problems I solved and look into...