CSC 374: Computer Systems II: 2017 Winter
Assignment #2
Last Modified 2017 January 23
MoreMay be the most popular coding question. It's very easy to write and the same time it may be a reason to say you "No".
MoreOne of classic problem using binary search approach.
MoreOne of classic problem using binary search approach.
MoreClassic problem which may show your understanding different ways to solve the problem, using of data types, knowledge of Java application design, and knowledge of Java 8
MoreThe difference is that Arrays.copyOf does not only copy elements, it also creates a new array. System.arrayCopy copies into an existing array.
MoreClassic problem which may show your understanding different ways to solve the problem, knowledge of O notation for memory and for productivity
MoreAn algorithm problem's input is often a string, array or collections. You may write the code on the white board. If you know better way to write code in Java 8 it give you additional advantages.
More