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 65228Write a routine to draw a circle (x ** 2 + y ** 2 = r ** 2) without making use of any floating point computations at all.
2 35310Give 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 43623Write, 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 40109Write out a function that prints out all the permutations of a string. For example, abc would give you abc, acb, bac, bca, cab, cba. You can assume that all the characters will be unique.
5 22901Write a prog to accept a given string in any order and flash error if any of the character is different. For example : If abc is the input then abc, bca, cba, cab bac are acceptable, but aac or bcd are unacceptable.
5 15411Sir, I need to do my certification course for .NET. Will u provide me the information of how to prepare for the certification test. And also specify me the online books that is useful in studing for .NEt platform
3 11559What do you like to do best related to computers now (programming, administration, testing, manage projects, etc)? What is it about that area that you specifically enjoy?
1 3440Post New Microsoft Interview Questions
How do I become a database administrator?
What is meant by current commutation?
Explain what is a timer in jmeter and what are the types of it?
What is a syntactical device?
how we can come to know that motor winding resistance which showing by DMM is right or wrong???is there any chart or something that we will compare & check???
What are the platforms used for cloud computing on a large scale?
What django collectstatic command does?
What is resolver in angular 2?
How to achieve Polymorphism in VB.Net?
What is RBI's role in economy?
What is the difference between setter injection and constructor injection?
Explain some reserved queue names of ibm websphere mq.
Which type of power plant is more easier to produce electrical power at economical condition?
What is seo & why is it so important?
Explain the difference between listbox and combo box?