https://github.com/ranimeshehata/discretestructures-graphs-trees
Lab 4 implementation of Tree Traversal (iteratively and recursively), Dijkstra algorithm and Graph Coloring algorithm.
https://github.com/ranimeshehata/discretestructures-graphs-trees
discrete-structures java
Last synced: 11 months ago
JSON representation
Lab 4 implementation of Tree Traversal (iteratively and recursively), Dijkstra algorithm and Graph Coloring algorithm.
- Host: GitHub
- URL: https://github.com/ranimeshehata/discretestructures-graphs-trees
- Owner: ranimeshehata
- Created: 2023-12-27T21:54:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T22:20:28.000Z (over 2 years ago)
- Last Synced: 2025-05-31T11:35:58.511Z (about 1 year ago)
- Topics: discrete-structures, java
- Language: Java
- Homepage:
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiscreteStructures-Graphs&Trees
Lab 4 implementation of Tree Traversal (iteratively and recursively), Dijkstra algorithm and Graph Coloring algorithm.