Skip to content

Commit

Permalink
Merge pull request #3 from smu-cs-3353/BreadthFirstSearch
Browse files Browse the repository at this point in the history
Breadth first search
  • Loading branch information
djryn authored Apr 11, 2022
2 parents 48702b4 + abe5d36 commit 667eb75
Show file tree
Hide file tree
Showing 15 changed files with 1,149 additions and 112 deletions.
Binary file removed .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
cmake-build-debug/
cmake-build-release/
.idea/
.DS_Store
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

2 changes: 0 additions & 2 deletions .idea/22s-pa03-girvan-newman-sanasimps.iml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ add_executable(pa03 src/main.cpp src/Graph_helper.cpp)
configure_file(data/test_data_2.graphml data/test_data_2.graphml COPYONLY)
configure_file(data/dataset.graphml data/dataset.graphml COPYONLY)
configure_file(data/test_data_1.graphml data/test_data_1.graphml COPYONLY)
configure_file(data/test_data_3.graphml data/test_data_3.graphml COPYONLY)
configure_file(data/communities.txt data/communities.txt COPYONLY)
configure_file(data/football.graphml data/football.graphml COPYONLY)



Expand Down
Loading

0 comments on commit 667eb75

Please sign in to comment.