- Factorial: https://github.com/theodesp/go-hackerearth/blob/master/basic-programming/Factorial.go
- Get Prime Numbers: https://github.com/theodesp/go-hackerearth/blob/master/basic-programming/PrimeNumber.go
- Count bits in number:
- Transpose Matrix: