An open API service indexing awesome lists of open source software.

https://github.com/lorem-ipsumm/csc-assignment-4

Assignment using graphs and min heaps
https://github.com/lorem-ipsumm/csc-assignment-4

Last synced: 8 months ago
JSON representation

Assignment using graphs and min heaps

Awesome Lists containing this project

README

          

# CSC Assignment 4

This is the main window the users sees

![Main Window](/src/github_images/Main_Window.png)

This is what the user sees when they input their location. The results are in order

![With_Location](/src/github_images/With_Location.png)

This is what the user sees when they filter by raduis. The results are still in order

![With_Radius](/src/github_images/With_Radius.png)

If the user does not input a state the state they are in is found based off of their IP, but using a state doesn't make a difference

![With_State](/src/github_images/With_State.png)