In an ordered binary tree, count the number of identical elements with a given key value | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

In an ordered binary tree, count the number of identical elements with a given key value

Hello everyone, I need your help with a c ++ assignment, In an ordered binary tree, count the number of identical elements with a given key value, I will be grateful for the help provided

25th Nov 2020, 2:26 PM
Игорек Нечепуренко
Игорек Нечепуренко - avatar
1 Réponse
+ 1
Do a search? Use DFS/BFS.
25th Nov 2020, 5:49 PM
Akib
Akib - avatar