- This project is the UI part and to get the output you need run the backend server
- Backend server can be found by FindIntersection Backend
- The Spring Boot project by defaults run on 8080 port
- You can use
mvn clean installto build the project before you run - You can run the project by clicking run icon or run on debug mode or using the cmd
mvn spring-boot:runin the terminal - The project should start running in 8080 port
- In case the 8080 port is blocked, you can change the port number under resource
application.propertiesfileserver.port:yourPortNumber - Once the backend is running
- Run
ng servefor a dev server. Navigate tohttp://localhost:4200/. - Insert two collection size like collection one 6000, collection two 900
- The radio button is to decide which list you want to make Hashset or which one to be the iterator
- You the leave the decision on program
Set large list to Hashsetthat will take the large set as Hashset - In case both set is equal in above option, it will take list one as hashset
- Click on the submit button and the result should appear below
- You can use the reset button to reset all the parameters
- You can find a documentation pdf under documents folder with images of this program output
This project was generated with Angular CLI version 15.2.1.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.