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 64273Write a routine to draw a circle (x ** 2 + y ** 2 = r ** 2) without making use of any floating point computations at all.
2 35137Give 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 43252Write, 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 39503Write 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 22655Write 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 15096Given 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.
9 22174Post New Microsoft C Code Interview Questions
Why do we use classes in c++?
What was the most chlleging task you face while working in SAP FI/MM and how did you solve?
What are the types of join in sql?
Can we inherit static class in c#?
What is brown label atm?
What are nodes in drupal 8?
How are the 3 financial statements linked?
What are distributed partitioned views?
Do you know when autoit is used?
Explain how message is fully processed in apache storm?
What is rural banking?
Share 2 high complexity and 2 low complexity test cases for a coke vending (ATM) machine.
How to capture the URL and title of the current webpage being viewed?
Define about obj-validate method?
what are the different cloud service models in cloud architecture?