Submission 3
Regarding the following network models with \( 100,000 \) nodes:
- Barabási-Albert Model
- Scale-Free network with \(\gamma = 2.5, \langle k \rangle = 30 \)
- Scale-Free network with \(\gamma = 4, \langle k \rangle = 40 \)
- Random network with \( \langle k \rangle = 100 \)
where \( \langle k \rangle \) is average degree, and \( \gamma \) is degree expoent.
What is the sorted list in ascending order of these models such that it is ordered by approximate average distance?- 1, 2, 4, 3
- 4, 2, 1, 3
- 2, 4, 3, 1
- 4, 3, 1, 2
- None of the above
Consider:
- \( e^{12} \approx 100,000 \)
- \( e^{2} \approx 12\)
- \( e^{3} \approx 30\)
- \( e^{4} \approx 40\)
- \( e^{5} \approx 100\)
Original idea by: Giuliano Macedo.
Comments