Skip to content

Program that detects duplicate transactions in a banking system

Notifications You must be signed in to change notification settings

yinotherhino/DuplicateTransactionsProblem

Repository files navigation

Engineering Problems

#Duplicate transactions and Grouping by age problems

This repo contains the duplicate transactions program which helps to measure ones knowledge of javascript and tests your understanding of JavaScript fundamentals and the a program that groups some users based on ages.

To run the project on your machine

first, Clone the project

you need to install the dependencies for the project by running

yarn

Then, you can run the tests by running

yarn test

You can also add more new test cases to test the effeciency of the program.

While in active development, you can run the tests by running

yarn test --watch

You can find the problem statement in Question-1.md and Question-2.md

The classifier program was written in typescript

You can change the .js files in the duplicate transactions to .ts and modify the program to typescript.

This project is already configured to run the tests either in js or ts.

About

Program that detects duplicate transactions in a banking system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published