Starting from an equilateral triangle with side 's', what is the area and perimeter of Koch snowflake at n'th recursive iteration?

For given 's' and 'n' as function input, return 'Area' and 'Perimeter' of snowflake. (round to nearest integer for simplicity)

Ref: https://en.wikipedia.org/wiki/Koch_snowflake

Solution Stats

141 Solutions

56 Solvers

Last Solution submitted on May 21, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...