Date: - 01 - 2021: Final Examination Fall 2020
Date: - 01 - 2021: Final Examination Fall 2020
0 1 2 3
0 | true false true false |
1 | true false false false |
2 | false false false true |
3 | true false true false |
2. Draw a binary taxonomy tree that can be used for these four animals: Rabbit,
Horse, Whale, Snake.
3. Compare the quick-sort and merge-sort algorithms in terms of their time and
space complexity. Which is better in terms of time complexity? Which is better in
terms of space complexity?