This repository contains my Java implementations and notes from the Decode Java with DSA course by Physics Wallah. It covers core Data Structures and Algorithms (DSA) concepts through topic-wise ...
The Dockerfile builds a single image containing both the native and Java apps. The Java app calls the native executable synchronously, as an OS process, passing the input as a file. It does NOT use ...