Browse Source

Update sametree.en.md

content-update
Christopher Fremond 4 years ago committed by GitHub
parent
commit
ba2cc0f0fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/sametree.en.md

4
subjects/sametree.en.md

@ -23,9 +23,9 @@ Write a function, `IsSameTree`, that returns `bool`.
```go
type TreeNodeL struct {
Left *TreeNodeM
Left *TreeNodeL
Val int
Right *TreeNodeM
Right *TreeNodeL
}

Loading…
Cancel
Save