A quick and practical guide to finding the k-th smallest element in two sorted arrays.
Also find me here:
Baeldung Author
Michael Krimgen
I'm a Java Software Developer with 12 years experience in the financial industry. I like clean coding, learning new languages (both programming and natural languages) and reading about and understanding algorithms. My main focus is Java, Java EE, Spring, Databases and Kotlin.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (3)
- Algorithms (2)
- Testing (1)
- Spring Web (1)
- Programming (1)
- Java Map (1)
Introduction to Lock-Free Data Structures with Java Examples
Filed under Algorithms, Java
A quick and practical guide to lock-free data structures in Java.
Cucumber Hooks
Filed under Testing
Learn about the @Before, @BeforeStep, @AfterStep, and @After Cucumber hooks
Overflow and Underflow in Java
Filed under Java
A quick and practical overview of overflow and underflow in Java.
A Guide to Java HashMap
Filed under Java Map
A quick and practical overview of Java HashMap.
Spring Request Parameters with Thymeleaf
Filed under Spring Web
Learn how to use request parameters with Spring and Thymeleaf.
The Difference Between Collection.stream().forEach() and Collection.forEach()
Filed under Java
A quick and practical overview of the difference between Collection.stream().forEach() and Collection.forEach().
Ahead of Time Compilation (AoT)
Filed under Programming
A quick and practical overview of the concept of Ahead of Time Compilation.