Skip to content

olivblvck/Interconnection_lab3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Lab 3 Graph Generators

This project implements and visualizes classic graph generators using the GraphStream library in Java.
It corresponds to Lab 3: Graph Generators from the Interconnection: from dynamic graphs to social networks course.

Project Structure

Interconnection_Lab3/
├── graph-lab3/
│   ├── src/
│   │   ├── main/
│   │   │   ├── java/
│   │   │   │   └── pl/uni/graphs/
│   │   │   │       ├── App.java
│   │   │   │       ├── Generator.java
│   │   │   │       ├── TestGenerator.java
│   │   │   │       ├── Tools.java
│   │   │   │       └── TraversalAlgorithms.java
│   │   │   └── resources/
│   │   │       └── dgs/
│   │   │           ├── firstgraphlab2.dgs
│   │   │           ├── gridvaluated_10_12.dgs
│   │   │           ├── gridvaluated_10_220.dgs
│   │   │           ├── gridvaluated_30_120.dgs
│   │   │           ├── gridvonneumann_30.dgs
│   │   │           └── randomgnp_50_0.05.dgs
│   ├── screenshots/       
│   │   ├── ex1.png
│   │   ├── ex2.png
│   │   ├── ex3.png
│   │   ├── ex4.png
│   │   └── ex5.png
│   ├── lab-3-generators.pdf
│   └──pom.xml
├── README.md
└── .gitignore

Screenshots

Exercise 1 Exercise 2
Exercise 3 Exercise 4
Exercise 5

Lab Instructions

Open lab-3-generators.pdf

Author

Oliwia Witkowska

Cardinal Stefan Wyszyński University (UKSW)

About

Solution for Lab 3 Interconnection: from dynamic graphs to social networks

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages