Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) what is difference between array and structure?
College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
44 142161Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
3 11431Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
6 13745There is a 100-story building and you are given two eggs. The eggs (and the building) have an interesting property that if you throw the egg from a floor number less than X, it will not break. And it will always brake if the floor number is equal or greater than X. Assuming that you can reuse the eggs which didn't broke; you got to find X in a minimal number of throws. Give an algorithm to find X in minimal number of throws.
5 23512Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
1 9699Given 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?
3 8225Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
HCL,
1 2380
hello all, I need some sample placement papers in lion bridge.. can anyone help me?
What is difference between static and final in php?
How can I implement sets or arrays of bits?
Differentiate between null and void pointers.
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
Explain the difference between null pointer and void pointer.
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)
ATM machine and railway reservation class/object diagram
How to Get the time and date in Universal Time ?
Explain Higher-Order Functions?
How to get the index of the clicked field in reports in ABAP?
What is the latest version on c++?
How to Retrieve the line number that a memo's cursor is on?
i have a written test for microland please give me test pattern
What are pointers? What are different types of pointers?