Market Sales Analysis uses the famous FP-Growth Algorithm which is a Data Mining algorithm that is used for Identifying Frequent Patterns in data. The user can enter the data in the input.txt file and can run the code. The output will be generated in the output.txt file. Make sure to compile FpNode.java and fileReader.java before running the main file (FpTree.java). It is written in Java Programming Language.
This folder contains the code of The Travelling Salesman Problem (TSP) using Dynamic Programming and File Handling which is used to find the optimal path for the Pizza Delivery Service. The user can enter input manually or in the form of a .txt file. It is written in C Programming Language.