hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.4K
active users

Šimon Tóth

Sunday common C++ interview problem: Maximum number of points on a line.

Given a list of points represented by x and y integer coordinates, determine the maximum number of points that can be connected by drawing a single straight line.

Solve it yourself: compiler-explorer.com/z/ej4GhG
Solution: compiler-explorer.com/z/6EWGh5