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 65242Write 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 43628Write, 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 40115Write 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 22904Write 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 15413Sir, 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 11560What 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 3441Post New Microsoft Interview Questions
Explain real scenario your faced in the implimentation project?
What’s the difference between an “app id” and a “bundle id” and what is each used for?
what is formula for calculate thermal overload in new numiricalrelay( not in bimetal relay)?
What is the 7 times 7 rule?
Why is Client side image is preferred over server side image?
What does $@ mean in shell?
Difference between NTFS and FAT32?
I have 2500KVA transformer delta/star,13.8KV/380V provided with LV 4000A breaker. Already I have 2300KW motor feeder with a full load 90%. Is it possible to connect another 1600A from that breaker? If so how the calculation is done?
Explain the component of security-as-a-service in cloud computing?
What is the lambda operator ?
How do I connect my hotmail account to outlook?
What is service and client in perspective of data communication?
What is applicationid?
What happens if we call require() method to load same module multiple times in Node.js?
Can we use static class instead of singleton?