Analysis of Typical Loops
for( int j = n; j > 0; j-- )
  {
     O(1)
  }