Kotlin-Polytech / KotlinAsFirst

Задачи для онлайн-курса "Котлин как первый язык программирования"
Creative Commons Attribution Share Alike 4.0 International
74 stars 115 forks source link

Consider creating performance test #64

Open mglukhikh opened 5 years ago

mglukhikh commented 5 years ago

hasAnagrams and findSumOfTwo (lesson 5) are good examples. We should rely on timeouts for ineffective solutions, or invent some other decision.

mglukhikh commented 5 years ago

Related: https://github.com/Kotlin-Polytech/Algorithms/issues/30