Skip to content

A computer simulation solution of Project Euler Problem 280 "Ant and seeds"

License

Notifications You must be signed in to change notification settings

douggal/Ant-n-Seeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ant-n-Seeds

A computer simulation solution of Project Euler Problem 280 "Ant and seeds"

Introduction

A training exercise to develop knowledge of Git, GitHub, Visual Studio Community Edition 2015 and the Csharp programming language.

Brute force approach: run a series of simulations, and in each run keep track of total number of moves required to move all the seeds to their final position. When all the simulations are complete, find the average of the total moves from each run and display result.

Project Euler Problem 280: https://projecteuler.net/problem=280

Document History

August 2015

Last updated 8/8/2015 2:16:35 PM

About

A computer simulation solution of Project Euler Problem 280 "Ant and seeds"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages