Back to Browse

TSP + Nearest Neighbor + SQLite DB + JAVA

1.2K views
Sep 12, 2019
8:44

►screenshots: https://prototypeprj.blogspot.com/2020/09/tsp-nearest-neighbor-sqlite-db-java.html ►Python version @ https://youtu.be/KN6BfA_W5Fw ►TSP JAVA Framework @ https://youtu.be/EjUDJP846cc 00:10 import into Eclipse the downloaded zip file for 'TSP Nearest Neighbor w/ JAVA Project' 00:25 create a new project and copy code from imported project 01:03 add and setup the sqlite jdbc jar file to the project 01:35 create a new package that will contain all 3 drivers for DB, File, & Hardcoded data 01:53 quickly refactor the code 02:40 code CreateDB01 class to create the database and create and populate the city table 04:00 code the 'data from database' DBDriver class 04:54 test run the 'data from database' DBDriver 06:00 create file containing cities and their latitudes and longitudes 06:50 code the 'data from file' FileDriver class 07:30 test run the 'data from file' FileDriver 08:07 test run the hardcoded data Driver ► get access to members-only video contents + support: https://www.youtube.com/channel/UCUvwlMMaeppKPdtAK8PxO8Q/join ► website + download source code: https://prototypeprj.com https://ai.prototypeprj.com https://crypto.prototypeprj.com ► download directly: download ai source code @ https://sites.fastspring.com/prototypeprj/instant/ai download crypto source code @ https://sites.fastspring.com/prototypeprj/instant/crypto download source code (old) page # 2 @ https://sites.fastspring.com/prototypeprj/instant/2020 download source code (older) page # 1 @ https://sites.fastspring.com/prototypeprj/instant/all

Download

0 formats

No download links available.

TSP + Nearest Neighbor + SQLite DB + JAVA | NatokHD