Choose one or more CORRECT statement(s) below. A sequence should not have repeated elements. A binary tree can be implem
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Choose one or more CORRECT statement(s) below. A sequence should not have repeated elements. A binary tree can be implem
statement(s) below. A sequence should not have repeated elements. A binary tree can be implemented by an array as follows: the node stored at index i > 0 has child nodes (if any) stored at index 2i and 2i+1. Binary search can run with time complexity O(log(n)) on a linked list. O A stack can be implemented by a linked list. O A queue cannot be implemented by a linked list.
Choose one or more CORRECT