MCPcopy Create free account
hub / github.com/VanjaRo/LeetCode / Constructor

Function Constructor

tasks/449.go:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20func Constructor() Codec {
21 return Codec{}
22}
23
24// Serializes a tree to a single string.
25func (this *Codec) serialize(root *TreeNode) string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected