Skip to content

ArunSalimath/logic-koans

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

logic-koans

Some programming logics that I came across.

how many rabbits?

  • Start with 1 pair of baby rabbits.
  • Babies take 1 month to reach maturity.
  • Mature rabbits produce 1 new pair of babies every month.
  • After a year, how many rabbits do you have?

image

Finding Primes Between 2 and 50

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%