Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/compiler.xml

This file was deleted.

20 changes: 0 additions & 20 deletions .idea/jarRepositories.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/misc.xml

This file was deleted.

3 changes: 3 additions & 0 deletions BrooksAlgo/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions BrooksAlgo/.idea/artifacts/BrooksAlgo_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions BrooksAlgo/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions BrooksAlgo/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions BrooksAlgo/.idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/vcs.xml → BrooksAlgo/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions BrooksAlgo/BrooksAlgo.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module-library">
<library>
<CLASSES>
<root url="jar://$MODULE_DIR$/src/gson-2.8.6.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>
Binary file added BrooksAlgo/BrooksAlgo.jar
Binary file not shown.
32 changes: 32 additions & 0 deletions BrooksAlgo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Weighted Directed Graphs

## Brooks coloring & Hungarien Max-Matching

**Netanel Levine**<br>
**Gilad Livshitz**
**Taliya Shitreet**
**Matan Shimon**
---

## About

we performed Brooks algorithm and and the Hungarien Max-Matching algorithm for this project
The base to this project (the graph interface) was taken from Netanel Levine's project of OOP course (task 2)
---

## How To Run

To run the project please enter:
```
java -jar BrooksAlgo.jar
```

for the option of creating a clique graph please run this line:
```
java -jar BrooksAlgo.jar -c <num_of_nodes>
```

for generating a graph of n nodes please enter this line:
```
java -jar BrooksAlgo.jar -r <num_of_nodes>
```
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added BrooksAlgo/Untitled Notebook (1).pdf
Binary file not shown.
Loading