1.) Create a function that merges two binary search trees as a SET (i.e. the union of two sets via binary search tree) 2
Posted: Fri Jul 08, 2022 6:36 am
1.) Create a function that merges two binary search trees as aSET (i.e. the union of two sets via binary search tree)
2.) Create a function that checks if to binary search treescontains same numbers (i.e. does two sets contains same number)
- Please use C program and binary search tree operations.(explain the proccess)
2.) Create a function that checks if to binary search treescontains same numbers (i.e. does two sets contains same number)
- Please use C program and binary search tree operations.(explain the proccess)