Kotlin / kotlin-by-example

The sources of Kotlin by Example.
https://play.kotlinlang.org/byExample/overview
MIT License
460 stars 897 forks source link

New Chapter Collections #69

Closed deeper-x closed 5 years ago

deeper-x commented 5 years ago

Following PR #67 .

Updated chapters result:

$ tree examples/05_Collections/ examples/06_stdlib/
examples/05_Collections/
├── 00_description.md
├── 01_List.md
├── 02_Set.md
├── 03_Map.md
├── 04_filter.md
├── 04_map.md
├── 05_existential.md
├── 06_find.md
├── 07_firstlast.md
├── 08_count.md
├── 10_associateBy.md
├── 11_partition.md
├── 12_flatMap.md
├── 13_max.md
├── 14_sorted.md
├── 15_Map_getValue.md
├── 16_zip.md
└── 17_getOrElse.md
examples/06_stdlib/
├── 00_description.md
├── 01_letFunction.md
└── 02_withFunction.md

Please let me know if this PR meets your requirements.

Thank you

Alberto

Note: I created a brand new PR because I prefer to send "clean" request (in the previous one I didn't like what happened locally with .idea/* and .gitattributes stuff). Now I'm working locally with my own .gitignore and everything is working by default.

p7nov commented 5 years ago

Hi again! Thanks, I'll be able to test it on Monday.

p7nov commented 5 years ago

Everything looks fine now. @AlexanderPrendota I think we can merge.

p7nov commented 5 years ago

Alberto, thanks again for your contribution!

Regards, Pavel

deeper-x commented 5 years ago

It's a pleasure to collaborate in projects like this. See you next time! :)