problem: "Find the maximum and minimum elements in an array with a single traversal.", approach: "Initialize max and min with the first element, then traverse the array once comparing each element ...
This repository documents my SDET learning journey using Java and Gradle. It is structured as a multi-module project to clearly separate Java fundamentals from automation framework development.