[PR #54] [CLOSED] added tree problem 'common nodes in two BSTs' #271

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/54
Author: @nkkumawat
Created: 10/1/2017
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • 5f720da added tree problem 'common nodes in to BSTs'
  • 966c359 dynamic programming added

📊 Changes

2 files changed (+210 additions, -0 deletions)

View changed files

Dynamic Programing/gold_mine_dp/gold_mine_dp.cpp (+61 -0)
data_structures/common_nodes_in_2_BSTs/common_nodes.cpp (+149 -0)

📄 Description

Find common nodes into two BSTs


🔄 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/54 **Author:** [@nkkumawat](https://github.com/nkkumawat) **Created:** 10/1/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`5f720da`](https://github.com/TheAlgorithms/C/commit/5f720da9f77045d5a0aab2de55780350df49e4d3) added tree problem 'common nodes in to BSTs' - [`966c359`](https://github.com/TheAlgorithms/C/commit/966c3592cdf5e5d906a1cece99689273bd1917e2) dynamic programming added ### 📊 Changes **2 files changed** (+210 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `Dynamic Programing/gold_mine_dp/gold_mine_dp.cpp` (+61 -0) ➕ `data_structures/common_nodes_in_2_BSTs/common_nodes.cpp` (+149 -0) </details> ### 📄 Description Find common nodes into two BSTs --- <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:10:55 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#271