Skip to content

Commit ea5fa8e

Browse files
committed
Adding header
1 parent 3560a95 commit ea5fa8e

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

General2BinaryTree.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
package main
212

313
type BinaryNode struct {

0 commit comments

Comments
 (0)