We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3560a95 commit ea5fa8eCopy full SHA for ea5fa8e
1 file changed
General2BinaryTree.go
@@ -1,3 +1,13 @@
1
+/**
2
+ *
3
+ * @Name: General Tree To Binary Tree
4
+ * @Author: Max Base
5
+ * @Date: 2022/12/17
6
+ * @Repository: https://github.com/BaseMax/General2BinaryTree
7
+ * @License: GPL-3
8
9
+ */
10
+
11
package main
12
13
type BinaryNode struct {
0 commit comments