- Initial code had problem with the addchildren(Vector s) method which is being used by DeleteEmployee(Sting S, String S_) method. The parent of S's children wasn't getting updated to S_.
- The second change in the file is to print the output in a text file (earlier it was printing to console).