This repo contains a DataWeave library project for the solutions of project-euler
This project can be imported in VS code with DataWeave extension installed.
All the output scripts are part of /src/test/dw folder
Current Status of the list of completed problems.
| Problem Id | Problem | Status |
|---|---|---|
| 1 | Multiples of 3 or 5 | ✅ |
| 2 | Even Fibonacci Numbers | ✅ |
| 3 | Largest Prime Factor | ✅ |
| 4 | Largest Palindrome Product | ✅ |
| 5 | Smallest Multiple | ✅ |
| 6 | Sum Square Difference | ✅ |
| 7 | 10001st Prime | ✅ |
| 8 | Largest Product in the Series | ✅ |
| 9 | Special Pythagoras Triplet | ✅ |
| 11 | Largest Product in a Grid | ✅ |
| 13 | Large Sum | ✅ |
| 16 | Power Digit Sum | ✅ |
| 19 | Counting Sundays | ✅ |
| 20 | Factorial Digit Sum | ✅ |
| 22 | Names Score | ✅ |
| 25 | 1000-digit Fibonacci Number | ✅ |
| 29 | Distinct Power | ✅ |
| 48 | Self Powers | ✅ |
