Title: leetcode101:对称二叉树 · Issue #53 · sisterAn/JavaScript-Algorithms · GitHub
Open Graph Title: leetcode101:对称二叉树 · Issue #53 · sisterAn/JavaScript-Algorithms
X Title: leetcode101:对称二叉树 · Issue #53 · sisterAn/JavaScript-Algorithms
Description: 给定一个二叉树,检查它是否是镜像对称的。 例如,二叉树 [1,2,2,3,4,4,3] 是对称的。 1 / \ 2 2 / \ / \ 3 4 4 3 但是下面这个 [1,2,2,null,3,null,3] 则不是镜像对称的: 1 / \ 2 2 \ \ 3 3 进阶: 你可以运用递归和迭代两种方法解决这个问题吗? 附赠leetcode地址:leetcode
Open Graph Description: 给定一个二叉树,检查它是否是镜像对称的。 例如,二叉树 [1,2,2,3,4,4,3] 是对称的。 1 / \ 2 2 / \ / \ 3 4 4 3 但是下面这个 [1,2,2,null,3,null,3] 则不是镜像对称的: 1 / \ 2 2 \ \ 3 3 进阶: 你可以运用递归和迭代两种方法解决这个问题吗? 附赠leetcode地址:leetcode
X Description: 给定一个二叉树,检查它是否是镜像对称的。 例如,二叉树 [1,2,2,3,4,4,3] 是对称的。 1 / \ 2 2 / \ / \ 3 4 4 3 但是下面这个 [1,2,2,null,3,null,3] 则不是镜像对称的: 1 / \ 2 2 \ \ 3 3 进阶: 你可以运用递归和迭代两种方法解决这个问题吗? 附赠leetcode地址:leetcode
Opengraph URL: https://github.com/sisterAn/JavaScript-Algorithms/issues/53
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"leetcode101:对称二叉树","articleBody":"给定一个二叉树,检查它是否是镜像对称的。\r\n\r\n例如,二叉树 `[1,2,2,3,4,4,3]` 是对称的。\r\n\r\n 1\r\n / \\\r\n 2 2\r\n / \\ / \\\r\n 3 4 4 3\r\n\r\n但是下面这个 `[1,2,2,null,3,null,3]` 则不是镜像对称的:\r\n\r\n 1\r\n / \\\r\n 2 2\r\n \\ \\\r\n 3 3\r\n\r\n**进阶:**\r\n\r\n你可以运用递归和迭代两种方法解决这个问题吗?\r\n\r\n附赠leetcode地址:[leetcode](https://leetcode-cn.com/problems/symmetric-tree/solution/javascriptdui-cheng-er-cha-shu-by-user7746o/)","author":{"url":"https://github.com/sisterAn","@type":"Person","name":"sisterAn"},"datePublished":"2020-05-27T00:03:29.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/53/JavaScript-Algorithms/issues/53"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:b3c193c1-f773-1513-e80a-e378fd0650bf |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | B2C8:1D81B0:13BE06D:1B1FF4F:696AA041 |
| html-safe-nonce | d3da86a597b55e4a8f22ef41cfedc3cdb1e37e82b75c78a2a65de4d06e4212cd |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMkM4OjFEODFCMDoxM0JFMDZEOjFCMUZGNEY6Njk2QUEwNDEiLCJ2aXNpdG9yX2lkIjoiNzEzNTg2NzIxODA2OTk4NzM5NCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | bf0a0dcad2da9df689380eac15fd973a1bb39855473c3bef4cb61e35443a059b |
| hovercard-subject-tag | issue:625275509 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/sisterAn/JavaScript-Algorithms/53/issue_layout |
| twitter:image | https://opengraph.githubassets.com/6eab45308b1ffb0fe12590828843328fb9a41bb7e297cc1df9747b76935eb55a/sisterAn/JavaScript-Algorithms/issues/53 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/6eab45308b1ffb0fe12590828843328fb9a41bb7e297cc1df9747b76935eb55a/sisterAn/JavaScript-Algorithms/issues/53 |
| og:image:alt | 给定一个二叉树,检查它是否是镜像对称的。 例如,二叉树 [1,2,2,3,4,4,3] 是对称的。 1 / \ 2 2 / \ / \ 3 4 4 3 但是下面这个 [1,2,2,null,3,null,3] 则不是镜像对称的: 1 / \ 2 2 \ \ 3 3 进阶: 你可以运用递归和迭代两种方法解决这个问题吗? 附赠leetcode地址:leetcode |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | sisterAn |
| hostname | github.com |
| expected-hostname | github.com |
| None | a51f97dbb9326f71c08ecb61577457d543c602124d1a2672871258ef37ac5261 |
| turbo-cache-control | no-preview |
| go-import | github.com/sisterAn/JavaScript-Algorithms git https://github.com/sisterAn/JavaScript-Algorithms.git |
| octolytics-dimension-user_id | 19721451 |
| octolytics-dimension-user_login | sisterAn |
| octolytics-dimension-repository_id | 252061924 |
| octolytics-dimension-repository_nwo | sisterAn/JavaScript-Algorithms |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 252061924 |
| octolytics-dimension-repository_network_root_nwo | sisterAn/JavaScript-Algorithms |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 4bd0eac606c70914085176ef312ebdcd97a8cdf1 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width