The document presents a comparative study of three decision tree algorithms: ID3, C4.5, and VFDT, highlighting their effectiveness in big data classification. It details how each algorithm constructs decision trees, handles missing data, and their performance in terms of execution time and accuracy. An empirical analysis using the WEKA tool shows that VFDT outperforms C4.5 in execution time, while both algorithms are evaluated on larger datasets to measure their classification accuracy.