Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 380 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 380 Bytes

Sentiment Analyzer in C++ | Data Structures

Gathered a dataset of around 1GB(2 million records) which was read and classified in under 2 minutes.
Filtered through the most popular words,location and recommendations from the comments to extract insights from the data.
Implemented perfect BSTs and AVL trees to ensure minimum search and retrieval times.