Suppose you are given the following task: Create the string “222…2” of length 100 000. How would you do that? Continue reading
Tag Archives: Java
Codeforces tutorial 2 – Java
1 Introduction
This is part 2 of the Codeforces tutorial. Here, I will talk about using Java, in particular how to read data of different types such as integers and strings. Continue reading
Java training with CodingBat
If you want to learn programming in Java or Python I highly recommend CodingBat. The training consists of implementing a function for a problem. Topics include string manipulation, logic, working with arrays and recursion. There are also videos explaining concepts.