- Implement Graph generation algorithms for:
- Complete Graphs
- Cycle Graphs
- Random Graphs
- The Random Graphs can have three edge distributions:
- Uniform
- Skewed linearly to lower values
- Custom (Skewed linearly to higher values)
- Implement six vertex ordering algorithms:
- Smallest Last Vertex
- Largest Last Vertex
- Smallest Original Degree Last
- Largest Original Degree Last
- Random
- Depth - First Search
- Implement a graph coloring algorithm that colors based on the ordering from the six algorithms
- Analyze the runtime complexity of all algorithms
- Analyze the efficiency of coloring the graphs
-
Notifications
You must be signed in to change notification settings - Fork 0
arushgupta/graph-coloring
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Graph Coloring in Java
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published