Problem 1459. Triangular Tiling Dots in a Circle

Return how many Triangular Tiling grid points there are inside a circle of radius r centred at (0,0) (including points on the edge).

Assume that a Triangular Tiling grid is a 2D Hexagonal Bravais lattice with | a1 | = | a2 | = 1 and φ = 120°.

Neither string operations nor interpolations are allowed!

Solution Stats

66.13% Correct | 33.87% Incorrect
Last Solution submitted on Jun 27, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers29

Suggested Problems

More from this Author18

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!