Kotlin-4 homework Collections #39
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
implemented a feature that sorts data by age, as well as last names with the additional condition of matching by first name. Implemented the collection flip function. Added the functions of the NaturalList class. In the last point, I decided to use some ready-made solutions, since by the condition of the task we need to make a similar code with a built-in List. I didn't figure out how to call the super parent of Any, but I found a solution to use an explicit ToList. I tried to use short and clear code in all tasks.