answersLogoWhite

0

Why tree is not an element?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

An element is one single type of atom, oxygen is an element so are hydrogen and carbon. A tree is made of many elements put together, carbon, hydrogen, oxygen, nitrogen etc.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is a tree truck compound or element?

A tree is not a truck A tree is not a compound A tree is not an element.


Is a pine tree is an element?

The pine tree is not a chemical element.


How do you make wood in Doodle God?

Combine the "Tools" element with the "Tree" element.


How do you represent binary tree using array?

The root of the tree is stored in array element [0]; for any node of the tree that is stored in array element [i], its left child is stored in array element [2*i], its right child at [2*i+2]


Is the element tree logo trademarked?

Logos are typically registered as trademarks; the tree logo of Element Skateboards has been protected since 1991.


What is the time complexity for finding an element in a binary search tree?

The time complexity for finding an element in a binary search tree is O(log n), where n is the number of nodes in the tree.


How do you make coal on alxmey?

To make coal in Alxemy, combine fire and tree. Drag the fire element onto the tree element to create coal.


Is a tree element compound or mixture?

it's a burger


What is the algorithm for searching an element in a binary tree?

bool SearchElementInBST(struct tree* root, int element){if(NULL == root){return false;}else if (root->value > element){return SearchElementInBST(root->left,element);}else if (root->value < element){return SearchElementInBST(root->right, element);}return true;}


Is a tree trunk a compound element or a mixture?

it's a burger


Is a tree trunk an Element compound or mixture?

This is a complex mixture.


How are you going to determine if a tree is a binary tree or not?

the tree is the finite set of element is called tree .the binary tree is the finite set of elements its include the parents, left children and right children