Skip to content

ktzr/Square-Sum-Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Square-Sum Problem

Inspired by : https://www.youtube.com/watch?v=G1m7goLCJDY

Check whether sequence of numbers [1..n] can be arranged such that any two sequential numbers sum to a square number.

The problem ends up being

  • Find the undirected graph such that any two vertices with an edge sum to a square number.
  • Find a hamiltonian path though the graph.

About

Square-Sum Problem Solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages