|
|
|
|
|
by BadCRC
4793 days ago
|
|
one I was given in an interview: You're working on the front-end development for a chatting website. Each conversation gets it's own 100x200px div and they are placed on the screen such that two conversation windows are never intersecting. We want to display a new conversation window, write an algorithm to determine where a conversation can be placed such that it does not overlap with any current conversations. Assume that the website is being displayed at 1024x1280px. |
|
Or is the problem different? For example you already have some arbitrary number of windows already displayed at arbitrary locations that you cannot move?