Odd vs Even (with.Java)

In this article, we learned about odd vs. even numbers (with.Java). Weโ€™ll do this by solving a coding test problem, reflecting on the problem we...

   Sep 30, 2023     2 min read
Elements at n intervals (with.Java)

In this article, we looked at the elements of n intervals (with.Java). Weโ€™ll be solving coding test problems, reflecting on the problems we solved, and...

   Sep 29, 2023     2 min read
Left Right (with.Java)

This is a post about left-right (with.Java). Weโ€™ll be solving coding test questions, reflecting on the problems weโ€™ve solved, and learning about other ways to...

   Sep 28, 2023     3 min read
Reorder (with.Java)

In this post, we learned how to reorder a list of integers to create a new array by changing the order of the indexes to...

   Sep 27, 2023     2 min read
Starting with the n th element (with.Java)

Starting with the nth element, we learned how to return a new list from a list of integers, starting with the nth element and ending...

   Sep 26, 2023     1 min read