Search

You can find the results of your search below.

top
9 Hits, Last modified:
> Welcome to the main section of our course wiki. Use this as a starting point to access the weekly cou... ot the same as putting the programming details to use in a runnable program. Using Java, including our ... eJ book is a good resource. And, if you prefer to use a printed text book (does anyone use a printed textbook anymore?) then Java Precisely is recommended.
week11
3 Hits, Last modified:
e keys into a manageable number of buckets - we use //buckets// to hold **one or more** values based ... on the key - with a small range of keys, we can use an array data structure to O(1) access a bucket a... peak, of using the KeyValuePair is to remember to use the generics: ''<KeyValuePair<K,V>>'' ==== Inter
week4
1 Hits, Last modified:
{{ :courses:cs102-2021-01:week4arrays.txt | Let's use this file for our discussion on arrays}} * {{ :
week7
1 Hits, Last modified:
* We will continue with pass-by-value (and why we use getters and setters) * {{ :courses:cs102-2021