Skip to content

ba1uev/fraud-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run:

yarn && yarn go

What is the max USD value that can be processed in 50ms, 60ms, 90ms, 1000ms?

Implementations:

  1. Greedy algorythm
  2. Dynamic programming based approach
Threshold Greedy algorythm Dynamic programming
50ms $3,637.98 (4) $4,139.43 (5)
60ms $4,362.01 (5) $4,675.71 (5)
90ms $6,870.48 (8) $7,464.58 (44)
1000ms $35,471.81 (48) $35,514.15 (392)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks