Programming Code (840)
Scripts_Markup Code (257) Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like.
21 64370Write a routine to draw a circle (x ** 2 + y ** 2 = r ** 2) without making use of any floating point computations at all.
2 35156Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal.
6 33890Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it.
2 11365Give a very good method to count the number of ones in a 32 bit number. (caution: looping through testing each bit is not a solution)
7 43297Write, efficient code for extracting unique elements from a sorted list of array. e.g. (1, 1, 3, 3, 3, 5, 5, 5, 9, 9, 9, 9) -> (1, 3, 5, 9).
13 39583Given a list of numbers ( fixed list) Now given any other list, how can you efficiently find out if there is any element in the second list that is an element of the first list (fixed list)
3 27011How to swap two variables, without using third variable ?
AB, ADP, BirlaSoft, Cisco, Cygnet Infotech, HCL, Hewitt, Honeywell, HP, IBM, Infosys, Manhattan, Microsoft, Mobius, Percept, Satyam, SofTMware, TCS, Wipro, Yamaha,
104 259536
Write a program that implements a date class containing day, month and year as data members. Implement assignment operator and copy constructor in this class.
code to detect availability of cookies
Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?
What is xml schema?
Teta-Omeg-Big-Oh Show that f(n) = n2 + 3n3 is ;(n3).
develop a program to calculate and print body mass index for 200 employees
To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']
How to swap two ASCII numbers?
create a .dll component operation and use created component in another project. required methods events and properties. connect, add,search,data report
Code for Document Validation in XML.NET?
Beautiful is for 012345678 9 and a code for similar word containing the same alphabets
Who is responsible for XML?
Reading which Non-Character Key was pressed
create Drop-Down Navigation Menus
program to show a progress bar