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:

8.9K
active users

Šimon Tóth

Tuesday common C++ interview problem: Serialize and de-serialize an n-ary tree.

Each node stores a uint32_t value and a vector of weak pointers to children.

To add nodes to a tree, use the add_node method.

Solve it yourself: compiler-explorer.com/z/M6Mx9q
Solution: compiler-explorer.com/z/h5Kbe4