Code documentations of all c++ processes

<aside> 💡 Use table of contents to traverse or search document using: cmd / ctrl + P

</aside>

Table of Contents

Overview

Backend is mainly responsible for two main tasks and third derived task, first is pattern detection in multiple email:password pairs, second is generating statistics of detected patterns, and the third derived task is just a wrapper to detect pattern in a single email:password pair.

First we are going to explain brief working of all these task, then we will document all c++ files including classes and their members one by one.

Analyze raw data for patterns