sorting memory
6.SLIQ (Supervised Learning In Quest) algorithm is a fast and scalable classification algorithm for decision tree by IBM Almaden Research Center in 1996. It uses a novel pre-sorting technique to build a decision tree fast and accurately when the records of training set are too large to fit in memory and resident in the disk.

