Description: This a C++ code. Given a set of numbers, the task is to build a binary search tree, and to certain numbers, if they are searching in the tree, and say which way to reach them.
To Search:
File list (Check if you may need any files):
BST_Paths\BST_Paths\BST.cpp
.........\.........\BST.h
.........\.........\BST_Paths.vcxproj
.........\.........\BST_Paths.vcxproj.filters
.........\.........\BST_Paths.vcxproj.user
.........\.........\Debug\BST.obj
.........\.........\.....\BST_Paths.Build.CppClean.log
.........\.........\.....\BST_Paths.exe.embed.manifest
.........\.........\.....\BST_Paths.exe.embed.manifest.res
.........\.........\.....\BST_Paths.exe.intermediate.manifest
.........\.........\.....\BST_Paths.lastbuildstate
.........\.........\.....\BST_Paths.log
.........\.........\.....\BST_Paths_manifest.rc
.........\.........\.....\CL.read.1.tlog
.........\.........\.....\CL.write.1.tlog
.........\.........\.....\link-cvtres.read.1.tlog
.........\.........\.....\link-cvtres.write.1.tlog
.........\.........\.....\link.1348-cvtres.read.1.tlog
.........\.........\.....\link.1348-cvtres.write.1.tlog
.........\.........\.....\link.1348.read.1.tlog
.........\.........\.....\link.1348.write.1.tlog
.........\.........\.....\link.read.1.tlog
.........\.........\.....\link.write.1.tlog
.........\.........\.....\main.obj
.........\.........\.....\mt.read.1.tlog
.........\.........\.....\mt.write.1.tlog
.........\.........\.....\rc.read.1.tlog
.........\.........\.....\rc.write.1.tlog
.........\.........\.....\vc100.idb
.........\.........\.....\vc100.pdb
.........\.........\main.cpp
.........\BST_Paths.sdf
.........\BST_Paths.sln
.........\BST_Paths.suo
.........\Debug\BST_Paths.exe
.........\.....\BST_Paths.ilk
.........\.....\BST_Paths.pdb
.........\.....\test.txt
.........\ipch\bst_paths-4ac116ab\bst_paths-71cdf554.ipch
.........\read_me.pdf
.........\BST_Paths\Debug
.........\ipch\bst_paths-4ac116ab
.........\BST_Paths
.........\Debug
.........\ipch
BST_Paths