Challenges

Featured Challenge:
#155 — Kaleidoscope Snowflake #SupportP5

Happy holidays! #SupportP5! This video shows an attempt to make a snowflake from a "kaleidoscope painting" effect.

dec 25, 2019

Kaleidoscope Snowflake #SupportP5

Filter by Language

Pick a language to filter

Filter by Topic

algorithm

In this coding challenge, I implement the “Gift Wrapping algorithm” (aka Jarvis march) for calculating a convex hull in JavaScript. This is a foundational topic in computational geometry!

Gift Wrapping Algorithm