Downloads & Resources
Access the complete project files including dataset, executable, and source code.
How to Use
- Download the CSV dataset file
- Download the JAR executable
- Run the search command:
java -jar binarySearch.jar [KEY] [QUERY] [keyword] - Example:
java -jar binarySearch.jar Title SEARCH "Software Engineer"
Executable
binarySearch.jar
Java executable
Source Code
source.zip
Complete project source