Update readme
This commit is contained in:
parent
d2017bb819
commit
5894b64e9f
2
.gitignore
vendored
2
.gitignore
vendored
@ -150,5 +150,5 @@ cython_debug/
|
|||||||
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
||||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
.idea/
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
# mpsic_project_2_random_walks
|
# mpsic_project_2_random_walks
|
||||||
|
|
||||||
Projekt nr 2 na przedmiot Matematyczne podstawy sztucznej inteligencji i cyberbezpieczeństwa
|
### Projekt nr 2 na przedmiot Matematyczne podstawy sztucznej inteligencji i cyberbezpieczeństwa.
|
||||||
|
|
||||||
|
### **Temat:** Spacery losowe po grafach - algorytm wyszukiwania klastrów.
|
||||||
|
Dla dużych grafów istotną informacją jest wykrycie podgrafów, które są silnie ze sobą powiązane.
|
||||||
|
Za pomocą spacerów losowych po grafach zaprojektuj algorytm, który odkrywa strukturę klastrów w grafie (clustering algorithm).
|
||||||
|
Wykorzystaj swój algorytm do wskazania krytycznych wierzchołków, tj. wierzchołków, których usunięcie rozspójnia graf.
|
||||||
|
Przeanalizuj wariant algorytmu dla grafów skierowanych i grafów nieskierowanych.
|
Loading…
Reference in New Issue
Block a user