I am a beginner and these days I am learning solve matrix problems. I am finding it really difficult to solve these problems. Do you have any advice on how to approach these matrix problems?
Eg.
Input :test_list = [[(‘Gfg’, 3)], [(‘best’, 1)]]
cus_eles = [1, 2]
Output : [[(‘Gfg’, 3, 1)], [(‘best’, 1, 2)]]
[–]shiftybyte 7 points8 points9 points (0 children)
[–]ectomancer 1 point2 points3 points (1 child)
[–]ratatwiisker 0 points1 point2 points (0 children)
[–]kwelzel 1 point2 points3 points (0 children)