Question - What is pruning in a decision tree algorithm? 
          
        
        Answer - 
        
Pruning a decision tree is the process of removing the sections of the tree that are not necessary or are redundant. Pruning leads to a smaller decision tree, which performs better and gives higher accuracy and speed.