Kotlin-Polytech / KotlinAsFirst

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

Consider redesigning geometry lesson using integers #68

Closed mglukhikh closed 5 years ago

mglukhikh commented 5 years ago

For example, we could migrate to hexagonal field. However, I'm not sure that all current tasks make sense in this situation. Also, there is some reason to give students opportunity to meet Double and its problems.

mglukhikh commented 5 years ago

@gagarski @ice-phoenix Could you please look at https://github.com/Kotlin-Polytech/KotlinAsFirst/commit/d5a607e3e6ad583ec871251b6c25552c7d1b2802? I added a stub, but not quite sure is it really an enhancement for geometry lesson or not (of course we can add some extra tasks / tests / examples).

mglukhikh commented 5 years ago

Mostly it's done, here as well as in model. However, two last tasks (hexagonByThreePoints, minContainingHexagon) are quite hard, and model solution still has problems with them.

mglukhikh commented 5 years ago

However, we can delay model solution fix at least up to middle of October.