Object Oriented Software Engineering   View all facts   Glossary   Help
subject > problem > defect > defect in an ordinary algorithm > use of an inappropriate standard algorithm > use of a search or sort that is case sensitive when it should not be
Next use of an inappropriate standard algorithmuse of a search or sort that is not case sensitive when it should be    Upuse of an inappropriate standard algorithm    Previous use of an inappropriate standard algorithmuse of a non-stable sort   

use of a search or sort that is case sensitive when it should not be comparison table
Subject have testing strategy is a kind of has definition
use of an inappropriate standard algorithmdesign tests that highlight the properties of inappropriate algorithms such as execution timedefect in an ordinary algorithmA common defect in which an unnecessarily inefficient or otherwise inappropriate algorithm is used
use of a search or sort that is case sensitive when it should not betest algorithms with mixed-case data to see if the algorithm behaves as expecteduse of an inappropriate standard algorithm 

Next use of an inappropriate standard algorithmuse of a search or sort that is not case sensitive when it should be    Upuse of an inappropriate standard algorithm    Previous use of an inappropriate standard algorithmuse of a non-stable sort