Chapter 4. Algorithms for Game Development
In this chapter, the following recipes will be covered:
Using sorting techniques to arrange items
Using searching techniques to look for an item
Finding the complexity of an algorithm
Finding the endian-ness of a device
Using dynamic programming to break down a complex problem
Using greedy algorithms to solve problems
Using divide and conquer algorithms to solve problems