/Algorithms

some interesting algorithms.

Primary LanguageC#

ALGORITHMS

SOME INTERESTING ALGORITHMS.


Math

  • Math.PI
  • Math.Sqrt(uint x)
  • Math.Abs(int x)
  • Math.Averange(int x, int y)
  • Math.Sign(int x)

String

  • String.ToLower(string s)
  • String.ToUpper(string s)