ALLInterview.com :: Home Page Forum9.Com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
  Categories >> Code Snippets       
 
  Programming Code (152)   Scripts_Markup Code (71)
 
Suggest New Category 
 


 

  Question  Asked @ Answers Views     select
 
Performance Algorithm A performs 10n2 basic operations and algorithm B performs 300 lg n basic operations. For what value of n does algorithm B start to show its better performance? Qatar-University  0  88
Show by induction that 2n > n2, for all n > 4. Qatar-University   1  124
Coin Problem You are given 9 gold coins that look identical. One is counterfeit and weighs a bit greater than the others, but the difference is very small that only a balance scale can tell it from the real one. You have a balance scale that costs 25 USD per weighing. Give an algorithm that finds the counterfeit coin with as little weighting as possible. Of primary importance is that your algorithm is correct; of secondary importance is that your algorithm truly uses the minimum number of weightings possible. HINT: THE BEST ALGORITHM USES ONLY 2 WEIGHINGS!!! Qatar-University  1  507
What is the time complexity T(n) of the following program? a) int n, d, i, j; cin >> n; for (d=1; d<=n; d++) for (i=1; i<=d; i++) for (j=1; j<=n; j += n/10) cout << d << " " << i << " " << j << endl; b) void main() { int n, s, t; cin >> n; for (s = 1; s <= n/4; s++) {t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } } c) void main() { int n, r, s, t; cin >> n; for (r = 2; r <= n; r = r * 2) for (s = 1; s <= n/4; s++) { t = s; while (t >= 1) { cout << s << " " << t << endl; t--; } } } Qatar-University   2  384
How reader and writer problem was implemented and come up with effective solution for reader and writer problem in case we have n readers and 1 writer. NetApp  1  525
Deriving time complexity of Binary tree and AVL tree, step by step. NetApp  0  166
Given 1 to n random number, find top 10 maximum numbers and explain the time complexity of the algorithm. NetApp  0  34
Given 1 to n distinct random number of which n+1th element was duplicated. How do find the duplicate element and explain the time complexity of the algorithm. NetApp   0  62
Finding a number multiplication of 8 with out using arithmetic operator NetApp   7  2569
Finding a number which was log of base 2 NetApp  1  1238
Sorting entire link list using selection sort and insertion sort and calculating their time complexity NetApp  1  361
Link list in reverse order. NetApp  7  2554
String reverse with time complexity of n/2 with out using temporary variable. NetApp   6  1599
String copy logic in one line. NetApp  5  1783
how to retrive file ,using file info on click event of a buton and disply it on a web form Activa-Softec  1  228
E-Mail New Answers        Answer Selected Questions
 
 
Prev    1   ... 3    5   [6]    7  ... 9   ... 11   ... 13   ... 15    Next
 
 
 Software interview questions   Software Interview Questions  Sciences interview questions   Sciences Interview Questions  Engineering interview questions   Engineering Interview Questions
 Business Management interview questions   Business Management Interview Questions  Accounting interview questions   Accounting Interview Questions  Advertising Media interview questions   Advertising Media Interview Questions
 Architecture Design interview questions   Architecture Design Interview Questions  Call Centre interview questions   Call Centre Interview Questions  Fashion Modelling interview questions   Fashion Modelling Interview Questions
 Government interview questions   Government Interview Questions  Law interview questions   Law Interview Questions  Tourism Hotel interview questions   Tourism Hotel Interview Questions
 Everything Else interview questions   Everything Else Interview Questions  Aptitude Questions interview questions   Aptitude Questions Interview Questions  Placement Papers interview questions   Placement Papers Interview Questions
 Certifications interview questions   Certifications Interview Questions  Visa Interview Questions interview questions   Visa Interview Questions Interview Questions  Code Snippets interview questions   Code Snippets Interview Questions
 Entrance Exams interview questions   Entrance Exams Interview Questions  ERRORS interview questions   ERRORS Interview Questions
 
 
 
Un-Answered Questions
 
 Question Views Asked at   Select
 
Reading which Non-Character Key was pressed 56  
code to positioning of window in certain dimensions 38  
How we implement the paypal in my website and how we make a payment through Credit Card. 30  
what is the best algorithm to sort out unique words from a list of more than 10 million words(1 crore+)? we need the best technique in the terms of execution time. 70 TCS
Code for Two Classes for Doing Gzip in Memory? 96  
Create a Menu that can be activated while clicking on Right Mouse button 55 TCS
Code for using a Hot Key in an ActiveX Control? 68  
how to create a Custom Scrollbar 72  
How to encode and decode URL strings? 31 TCS
how to convert between arrays and strings 52  
How to get the version(major,minor,revision ) of VB6.0 delphi code .I am able to fetch dll file of vb6.0 but not vba file .Can u send me the code snippet in delphi to get the value for vb6.0. 84  
Write a Program in Visual Basic by means of which we can send any data from Visual basic program to any other application running on that machine whether that application supports OLE or not..... 73  
In LSMW , what does the following error mean and how to rectify it : Incorrect interface data for set 78 in method C . This error is occuring in idoc processing step of LSMW. 25 Wipro
Code for Using Keyboard Events? 68  
Code for Easily Using Hash Table? 56  
How to export 2 datatables of a single dataset to 2 different worksheets of a single MSExcel file ? 54  
determine which key was pressed and its type 64  
How to Create Scrollable Micro Windows? 77  
code to get the coordinates of a Click Event 38  
advance the focus to next consecutive fields when Enter Key is pressed 58 TCS
E-Mail New Answers        Answer Selected Questions
 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com