Answer:
Let the function be Node* ins(Node *root,int k)
if root node is NULL then return new node with data equal to k.
If the k <root->data
root->left=ins(root->left,k);
else if k >root->data
root->right =ins(root->right,k);
At last return root.
Explanation:
Node is always inserted at the at the leaf node.We will search k in the tree if we hit a the leaf node the new node is inserted as the child of the leaf node.
<span>Change "move only through matter" to "move through space and matter."</span>
Answer:
The work with city government is better than outside city government due to the reasons given below.
Explanation:
There are many differences while working in city government or outside city government. I choose city government job in data and digital service due to the following reasons.
- City government provides all types of facilities that are required in data management and digital services.
- Provision of more benefits along with salary from city government.
- City government arrange different training and development sessions for their employ.
- There are many learning and development opportunities, because they provide opportunity to work in different departments.
- City Government have better HR policies as compared to outside government.