HOW_TO_RUN_THIS_PROGRAM 20023086 SeonPil Kim 1. ABOUT SETTING Install JAVA VIRTUAL Machine at http://java.sun.com I assume that you will use the terminal to execute java files. In My Case, first of all download the java(TM) 2 SDK,1.4.0_02 and install to my computer. Second, Set the path. When you have no experience to set path, follow next article. When you know skip. When you use Windo2000 or XP, right mouse click to "My Computer" and select "property" Then you select "advanced tab" and choose "Environment variable". Then add "your SDK bin folder location " to the System varible PATH; Third, YOU MUST RE EXECUTE the terminal. then path become operationg. Fourth, enter the command like following (When folder that contain my Algorithm homework is C:W) (i) if you install whole SDK C:W> javac kspkim.java graph.java C:\> java kspkim (ii) else you just only install the JRE(interpreter only) C:\> java kspkim 2. How to run Program 1. You must input the whole vertice number 2. then, input start vertex number (Whole vertice are named as numerical from 0 to (INFINITE=1000) 3. input last vertex number 4. CAUTION You Must Follow next step TO EXECUTE MY PROGRAM After that, you will input the edge formats. edge format can have only number and ",". when you input other character, Exception will Come To You~~~~~ (I don't care about this Exceptional case.) Example) 0,1,-3 0,2,-1 1,2,1 1,3,-1 etc ** The Message in this step, just guide you. follow that method. 5. FINAL STEP When You input whole vetex, edge condition, weight on edge~ to execute the program PRESS the ENTER 6. Result ** end of how_to_run_program