YaoYilin / Algorithms

some interesting algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

some interesting algorithms.


Languages

Language:C# 100.0%