Skip to content

jouae/sqrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sqrt

Testing the efficiency of integer square root algorithms

TODO

  • Evaluate the performance of the digit-by-digit approximation method with various inputs.
  • Compare the computational efficiency between the lookup table square root algorithm and the digit-by-digit approximation method.
  • Assess the memory overhead of the lookup table square root algorithm.

About

Performance tests of the integer square root algorithms.

Topics

Resources

Stars

Watchers

Forks