Skip to content

Conversation

@zagrichanskiy
Copy link

No description provided.

3.cpp Outdated
@@ -12,12 +14,30 @@ struct List

// Add should create new List object, initialize it by value and add it to the end of the list.
// It should return pointer to the added List object.
List* Add(List* l, int value)
List* Add(List* beg, int value)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Зачем это переименование имени аргумента?

3.cpp Outdated
Add(begin, 3);
Add(begin, 4);
Add(begin, 5);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

вважаєш, що коротше не треба?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

думаю, что для реализации алгоритма, это не принципиально)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants