Programming Questions and Answers
TCS (25)
Capgemini (5)
Hewlett Packard Enterprise (5)
Ciena (16)
Adobe (5)
Alcatel-Lucent (6)
Ericsson (1)
Broadcom Ltd (18)
Radisys (6)
Aricent (8)
IpInfusion (1)
Cisco (28)
Brocade (20)
Wipro (25)
Cavium Networks (8)
XiLinx (3)
Juniper Network (10)
HCL Technologies (11)
Amazon (5)
IBM (23)
Global Edge (17)
Accenture (15)
Qualcomm (4)
CA Technologies (6)
Nagarro (8)
Tech Mahindra (1)
Syntel Inc. (10)
Tavant Technologies (15)
Amdocs (1)
Virtusa (36)
PEOL (15)
Sapient (3)
Societe Generale (4)
Wipro NLTH (23)
SAP Labs (18)
TCS NQT (23)
TCS Ninja (4)
Huawei (1)
111 / 410
OR
convert Binary tree to Symmetric Tree (i.e Mirror Image of itself).
Input : NA
Output : NA
|
|
|
|
|
Please Login to view the answer
Tags:Amazon
112 / 410
OR
Print the Binary Tree in Zig Zag Level-Order.
Input:
.................(25)
......... (4)...........(10)
.....(2)......(8)...(12)......(7)
OutPut: 25,10, 4, 2, 8, 12, 7
Input : NA
Output : NA
|
|
|
|
|
Please Login to view the answer
Tags:Amazon
113 / 410
Input : NA
Output : NA
|
|
|
|
|
Please Login to view the answer
Tags:Amazon
114 / 410
Input : NA
Output : NA
|
|
|
|
|
Please Login to view the answer
Tags:Amdocs
115 / 410
Input : NA
Output : NA
|
|
|
|
|
Please Login to view the answer
Tags:Broadcom Ltd
116 / 410
Input : NA
Output : NA
|
|
|
|
|
Please Login to view the answer
Tags:Broadcom Ltd
117 / 410
Input : NA
Output : NA
|
|
|
|
|
Please Login to view the answer
Tags:Broadcom Ltd
118 / 410
Input : NA
Output : NA
|
|
|
|
|
Please Login to view the answer
Tags:Broadcom Ltd
119 / 410
Input : NA
Output : NA
|
|
|
|
|
Please Login to view the answer
Tags:Broadcom Ltd
120 / 410
Input : NA
Output : NA
|
|
|
|
|
Please Login to view the answer
Tags:Broadcom Ltd
+ Contribute Programming Qs.
Top Kudos Contributor
Trending Programming Qs.
- Given a string, say sentence=" this is crazy and fun" and a list, say ...
- Write a program to print next to the last word of a sentence.
- Write a program to generate a simple pattern. 1 12 123 1234 123 ...
- There are many cars parked in the parking lot. The parking is a straig...
- Write fibonacci series program. INPUT: 10 term OUTPUT: 0 1 1 2 3 5...
- Write a program to print next to the last word of a sentence.
Last Month Contributor
- Write a program to print next to the last word of a sentence.
- Write a program to convert uppercase to lower case and vice versa of a...
- Given a string, say sentence=" this is crazy and fun" and a list, say ...
- Write a program to remove the vowels from the input string.
- Write fibonacci series program. INPUT: 10 term OUTPUT: 0 1 1 2 3 5...