Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Here is the idea :-
  2.  
  3. UseTableValues(){
  4. 1.compute_compiletime() //Table already known
  5. 2.Use Table()
  6. }
  7. getduration()
  8.  
  9. UseTableValues(){
  10. 1.compute_run_time() //Table not known and so computed on the fly.
  11. 2.Use Table()
  12. }
  13. get_duration()// expected to be grater than first one.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement