mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #602] [CLOSED] binary-tree #1046
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/602
Author: @Aarti002
Created: 9/17/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
edb60d8Create binarytree_approach2.c1bf8d83Create top_and_vertical_traversalf3724edCreate top_level_vertical_trversal.c24ff07fUpdate binarytree_approach2.c49ed2a0Update top_level_vertical_trversal.cc85cc82Rename top_and_vertical_traversal to top_and_vertical_traversal.c16d5be5Rename top_and_vertical_traversal.c to top_and_vertical_traversal1.cb9a6a31Update and rename top_and_vertical_traversal1.c to top_and_level_order_traversal1.cd5cfdadRename top_level_vertical_trversal.c to top_level_vertical_order.c3628351Update binarytree_approach2.c📊 Changes
3 files changed (+749 additions, -0 deletions)
View changed files
➕
data_structures/binary_trees/binarytree_approach2.c(+270 -0)➕
data_structures/binary_trees/top_and_level_order_traversal1.c(+208 -0)➕
data_structures/binary_trees/top_level_vertical_order.c(+271 -0)📄 Description
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.