mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-10 05:47:03 +00:00
[PR #54] [CLOSED] added tree problem 'common nodes in two BSTs' #271
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/54
Author: @nkkumawat
Created: 10/1/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
5f720daadded tree problem 'common nodes in to BSTs'966c359dynamic 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.