How many different binary trees and binary search trees can be made from three nodes that contain the key values 1, 2 & 3?
28 78804The element being searched for is not found in an array of 100 elements. What is the average number of comparisons needed in a sequential search to determine that the element is not there, if the elements are completely unordered?
11 35884In which data structure, elements can be added or removed at either end, but not in the middle?
42 106957difference between the run time polymorphism and compile time poly morphism and about virtual function.
2 13537Post New Wipro Data Structures Interview Questions
how do you delete a lingering object? : Windows server 2003
What are object methods?
What is the parent class of all web server control?
What is the difference between Constraints and Validation Rules?
In call centre which types of calls we receive? answer in short.
How do you create a text file in linux terminal?
How to stoped water tube boiler
Can you give some examples of tokens?
How to distinguish whether MCB is DC or AC looking at it physically
In maven what are the two setting files called and what is their location?
what is meant by artwork review and handling procedure with an example?
What is meant by cookies?
How to Send a message to all controls on a form 16-JUL-98?
Any one can mail soft copy of Balance sheet,Trading and profit and loss alc.of a small firm or small co for study
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here