Skip to content
/ slowRoot Public

A super slow algorithm to find out the square root of any number

Notifications You must be signed in to change notification settings

Uz1i/slowRoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

slowRoot

These are 2 algorithms that I've created that aim to find the square root of any number really slowly.

The first one (slowRoot_slow)

This one just keeps on incrementing a number by a small amount until it reaches the square root.

The second one (slowRoot_superSlow)

The second one creates a list of a lot of numbers. It then randomly choses a number from the list until it reaches square root.

About

A super slow algorithm to find out the square root of any number

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages