core.noscript.text
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
Here is my solution, fun problem! 🙂
Here is my solution:
My solution:
This one was simple, but tricky. Had to be creative on how to breakout the line items that contain the totals and then use running sum tool to find the instances where the credit/debits before any transaction equal the credit/debit totals after.
My solution to #117.