Day 17 of LeetCode Challenge
Problem 1: Calculate Score after Performing Instructions
Link to the problem: https://leetcode.com/problems/calculate-score-after-performing-instructions/
class Solution {
public long calculateScore(String[] instructions, int[] values) {
...
tusharpant.hashnode.dev3 min read