diff options
Diffstat (limited to 'codechef/ShortestPathInBinaryTrees/main_input0.txt')
| -rw-r--r-- | codechef/ShortestPathInBinaryTrees/main_input0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/codechef/ShortestPathInBinaryTrees/main_input0.txt b/codechef/ShortestPathInBinaryTrees/main_input0.txt new file mode 100644 index 0000000..94da79c --- /dev/null +++ b/codechef/ShortestPathInBinaryTrees/main_input0.txt @@ -0,0 +1,4 @@ +3 +1 2 +2 3 +4 3 |
