Advertisement
Guest User

Untitled

a guest
Feb 14th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. ANNOUNCEMENT:
  2.  
  3. You'll take take the 2nd quiz during the last lecture class next week.The potential topics for Quiz#02 will be as follows (NOTE: The topics will be finalized, based up on the contexts of the first lecture class next week).
  4.  
  5. (1) Algorithm's complexity (in Big-Oh) in decreasing (or increasing) (TO BE DISCUSSED FURTHER)
  6.  
  7. (2) Comparison between array-based ADT and reference-based ADT
  8.  
  9. (3) Comparison between overloading and overriding
  10.  
  11. (4) Comparison among ==, equals(), and compareTo() (Where is it declared? What does it do? What does it return?) (TO BE DISCUSSED FURTHER)
  12.  
  13. If time allows, we will discuss the following topics next week.
  14.  
  15. (1) for-loop manipulation
  16.  
  17. (2) search (sequential search vs. binarysearch)
  18.  
  19. ==> SearchInt.java
  20.  
  21. ==> Can you trace the sequential search methods in SearchInt.java?
  22.  
  23. ==> Can you trace the binarySearch (iterative vs. recursive) in SearchInt.java?
  24.  
  25. If you still have some extra time, please read the following documents for both next week's classes and other future labs.
  26.  
  27. ==> TestEqualsCompareto.java
  28.  
  29. ==> TestString.java
  30.  
  31. ==> TestStatic.java
  32.  
  33. ==> TestMain.java
  34.  
  35. ==> TestMainExtended.java
  36.  
  37. ==> TestMainDriver.java
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement