You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem finding perfect squares that are sums of consecutive squares. A more interesting example is Lucas‘ Square Pyramid. The goal of this first project is to use F# and the actor model to build a good solution to this problem that runs well on multi-core machines.