Skip to content

This is a simple program that simulates centralized and decentralized network structure using SNA model by utilizing networkx.

License

Notifications You must be signed in to change notification settings

Solomon-77/network-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Network Simulation: Centralized vs Decentralized

This Python code simulates the distribution of information in both centralized and decentralized networks using the NetworkX library. It provides a visual comparison of the two network types and demonstrates the differences in how information propagates through each type of network.

Program Output

Usage

  1. Install required dependencies: networkx, matplotlib
  2. Run the script: python network_simulation.py

License

This project is licensed under the MIT License.

About

This is a simple program that simulates centralized and decentralized network structure using SNA model by utilizing networkx.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages