Comparisons - GiladShotland/EX3-OOP GitHub Wiki

As mentioned, in this project I compared the python implementation with my Java implementation and NetworkX. The comparisons included Shortest Path Comparison, Connected Components Comparison and single Connected Component Comparison (NetworkX didn't implement this method) All the comparisons made on graphes given by the lecturer.

The comparisons made on a computer with the following gear:

CPU :Intel i5-8250U

RAM : 8GB RAM

Operation System: 64bit

1. Shortest Path

2. Connected Component

3. Connected Components