Skip to content

harshhn/Twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Question: Write a program to print Nth point from a Square Spiral where A Square Spiral is set of points on a graph starting from (0,0) and spirals in a square shape.

E.x: (0,0) (0,1) (1,1) (1,0) (1,-1) (0,-1) (-1,-1) and so on

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages