Closed j178 closed 1 year ago
Some old system design questions have incorrect metadata information and lack the "systemdesign" flag, resulting in issues with the generated test code.
For example: https://leetcode.cn/problems/serialize-and-deserialize-binary-tree/
"metaData":"{ "name": "Codec", "params": [ { "name": "root", "type": "TreeNode" } ], "return": { "type": "string" }, "manual": true }"
Some old system design questions have incorrect metadata information and lack the "systemdesign" flag, resulting in issues with the generated test code.
For example: https://leetcode.cn/problems/serialize-and-deserialize-binary-tree/