[PR #823] [CLOSED] Level order traversal and top level view #1339

Open
opened 2026-01-29 15:19:29 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/823
Author: @Aarti002
Created: 3/31/2021
Status: Closed

Base: masterHead: branch2


📝 Commits (1)

  • aa9f230 Level order traversal and top level view

📊 Changes

1 file changed (+209 additions, -0 deletions)

View changed files

data_structures/binary_trees/top_and_level_traversal.c (+209 -0)

📄 Description

Please review and let me know if something is wrong @Panquesito7
Thank you!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/823 **Author:** [@Aarti002](https://github.com/Aarti002) **Created:** 3/31/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `branch2` --- ### 📝 Commits (1) - [`aa9f230`](https://github.com/TheAlgorithms/C/commit/aa9f230097c545866c1b760d840f6e2ecff120be) Level order traversal and top level view ### 📊 Changes **1 file changed** (+209 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/binary_trees/top_and_level_traversal.c` (+209 -0) </details> ### 📄 Description Please review and let me know if something is wrong @Panquesito7 Thank you! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:19:29 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1339