Given a single-line text string and a maximum width value, write the function 'string justify(string text, int maxWidth)' that formats the input text using full-justification, i.e., extra spaces on each line are equally distributed between the words; the first word on each line is flushed left and the last word on each line is flushed right.
Desarrollador Python Junior Interview Questions
717,263 desarrollador python junior interview questions shared by candidates
How to give <a > so that it wont take you to another page but gives you alert message.
Find indices start and end for a particular value in a sorted integer array with duplicates
What are the steps to connect to a database?
Basic iOS questions, such as: what is a delegate? How do you make network calls? How do you decode the data returned by a network call?
Tell me abt projects
How to find 2 missing numbers in N numbers, which consists of numbers 1 - N without duplicate?
What's your opinion of a well-designed product and why?
Imagine you have only two eggs and a 100 story building in front of you. Describe an algorithm (or technique) to minimize the number of throws (or tries) to determine where the egg will start to break when thrown off the building. If the egg breaks when thrown from that floor, it will always break from that floor or higher (i.e. all eggs have the same results per floor; they break or they don't).
Using some functions they gave me which operate with cells in spreadsheets, I had to compute sum of an array. Later I had to implement by myself those functions: the trickiest thing was to implement the part when some cell is a sum of two other cells and some of those two cells is a some of some other cells and so on ...
Viewing 1871 - 1880 interview questions