fix typo: deals -> details

This commit is contained in:
Damian Gryski 2019-04-13 06:52:15 -07:00
parent b376484cef
commit 5176a93c93

View File

@ -572,7 +572,7 @@ your specific problem. Mapping your problem into a domain that already has
well-researched implementations can be a significant win. well-researched implementations can be a significant win.
Similarly, using a simpler algorithm means that tradeoffs, analysis, and Similarly, using a simpler algorithm means that tradeoffs, analysis, and
implementation deals are more likely to be more studied and well understood implementation details are more likely to be more studied and well understood
than more esoteric or exotic and complex ones. than more esoteric or exotic and complex ones.
Simpler algorithms can also be faster. These two examples are not isolated cases Simpler algorithms can also be faster. These two examples are not isolated cases