Leetcode 27 - Remove multiple elements with the given value
Search the specific element in the rotated array
In this article, we will solve the problem about finding element in the rotated array.
[Read More]
How to use Java NIO API
In this article, we will learn how to use Java NIO API such as accessing files and directories, reading and writing text files, … They may be useful to improve performance in our project.
[Read More]
Understanding about Kafka
In this article, we will find something out about Kafka. Understanding about the architecture of Kafka makes us coding better, reduce the number of bugs.
[Read More]