diff --git a/docs/1_getting_started/examples.md b/docs/1_getting_started/examples.md index 00df605..4a1f631 100644 --- a/docs/1_getting_started/examples.md +++ b/docs/1_getting_started/examples.md @@ -6,9 +6,9 @@ nav_order: 8 # Examples -Here will be some Google Colab files as example. + -K-medoids example code: +Example code using k-mediods for clustering: ```cpp #include @@ -46,7 +46,7 @@ int main() ``` -Multiple MIP example code: +Example code using multiple MIP for clustering: ```cpp #include @@ -90,4 +90,4 @@ int main() return EXIT_SUCCESS; } -``` \ No newline at end of file +```