-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Шемякина - Лабораторная работа #3 #384
Шемякина - Лабораторная работа #3 #384
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #384 +/- ##
==========================================
- Coverage 94.09% 94.04% -0.06%
==========================================
Files 186 187 +1
Lines 6100 6098 -2
==========================================
- Hits 5740 5735 -5
- Misses 360 363 +3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Все хорошо, поправьте один момент
} | ||
if (b) { | ||
std::stringstream str; | ||
str << std::to_string(graph_components_numbers(n, v)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
В данном случае не обязательно приводить возвращаемое значение из функции graph_components_numbers
к строке. sstream
поддерживает все фундаментальные типы. (также будут поддерживаться пользовательские типы данных, для которых перегружен оператор вывода operator<<
)
@alesyacurtis у вас пропал весь код :_) |
@Kuznetsov-Artyom вроде вернула....Случился конфликт веток и напуталось что-то. Момент с ненужным приведением функции к строке поправила. |
Дело в том, что над этим модулем уже работал другой человек. Создайте новую папку для 3 лр и перенесите туда свою реализацию |
Разработка консольного приложения для подсчета числа компонент связности графа