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:

9K
active users

Šimon Tóth

Tuesday common C++ interview problem: Longest palindromic substring.

Given a string as a std::string_view, return the longest palindromic substring (if multiple, then the first one).

Solve it yourself: compiler-explorer.com/z/ePKnoz
Solution: compiler-explorer.com/z/8nMM3G