posted an update

as of my first hackathon Since I am are using C++, I watch the video to understand these three specific things:

Data Features: Note what kind of data is being used (Amount, Location, Time). These will be the keys in your json.hpp parser.

The Decision Logic: The video explains how to distinguish between a normal transaction and a suspicious one. You can use these as your if/else heuristic rules in your main.cpp.

The Output: See how the results are presented. In your C++ project, instead of a web graph, you'll be showing those Red/Green terminal alerts and the Microsecond Latency timer.

Log in or sign up for Devpost to join the conversation.