String Case Conversion in Arrays (with.Java)

In this article, we learned how to convert a string case in an array. We’ll do so by solving a coding test problem, reflecting on...

   Nov 4, 2023     1 min read
String Concatenation (with.Java)

We’ve learned about string concatenation. We’re going to learn about it by solving a coding test problem, reflecting on the problem we solved, and exploring...

   Nov 3, 2023     2 min read
Performing different operations on the length of an array (with.Java)

In this article, we learned about different operations based on the length of an array. We’ll do this by solving coding test problems, reflecting on...

   Nov 2, 2023     2 min read
Comparing Arrays (with.Java)

This article introduces bubble sorting. In preparation for a coding test, I’ve been studying algorithms, and in this article, I’d like to summarize the bubble...

   Nov 1, 2023     1 min read
About HashMap(with.Java)

This article introduces HashMap. I’m preparing for a coding test, and I’m writing this down to introduce a useful tool in Java.

   Oct 31, 2023     1 min read