what is normalization? types of normalization? example of each form? how do u implement normalization in ur project?
How do you create a data table in excel?
if you will not get success this time then what will you do?
How do you pass parameter in stored procedure?
How does aspect oriented programming work?
what is debugging?
What are the different types of business work modes?
What is difference between concurrenthashmap and hashtable?
What are different command to check ram, process and hdd of linux machine?
what is interface level measurement.who can calibrate interface level measurement transmitter online
What should you do to store an object in a viewstate?
Explain the difference between wordpress categories and tags.
How many types of sandboxes are there in salesforce?
Define sosl ?
You have an AI player in an RTS game that occasionally needs to send scouts out onto the map to perform reconaissance. Designers want each scout to move around semi-randomly, exploring various parts of the map, particularly those that have been seen the least recently. Assume that the game is grid-based and has a fog-of-war feature. Also assume that the scouts are very cheap and dispensable, and it's OK for them to walk into the enemy base or other dangerous areas. How would you implement the system to decide where the scouts should go? What sort of data structure do you need to support this? How can you ensure that the scouts do a good job of exploring the map thoroughly? What are the performance characteristics of your approach? Is there any risk of scouts getting stuck trying to go somewhere that isn't even accessible?