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 142249Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.
3 11436Given 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 13764There 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 23515Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
1 9701Given 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 8233Write 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 2385
How do you check if a list is empty in python?
If u need any fake experience certificate in software side, contact me at: vikramyadhav@gmail.com
How to call two different views from same action?
Is int a keyword in c?
Which variable declarations within a class is invalid in php?
What is the biggest challenge facing your current job right now? What is your biggest failure?
How to Save a QuickReport custom preview to text?
hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
How do you write if else in python?
Do you know what version of laravel do you generally use?
What is variable initialization and why is it important?
Did you contributed the drupal site (any module)?
How to render zf2 view within json response?
How do you realize Ternary Conditional Operator in Kotlin ?