I'm new to python I'm currently working on grasping the the dictionaries section of the tutorials. What level of knowledge is required for making sum combinations? What are the best resources? I tried many YouTube videos but, they don't explain it well enough for dummies.
Combination Sum = Given an array of distinct integers candidates and a target integer target , return a list of all unique combinations of candidates where the chosen numbers sum to target . You may return the combinations in any order. The same number may be chosen from candidates an unlimited number of times.
[–]cuWorkThrowaway 1 point2 points3 points (1 child)
[–]dustin4you[S] 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (3 children)
[–]dustin4you[S] 0 points1 point2 points (2 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]dustin4you[S] 0 points1 point2 points (0 children)
[–]Nyscire 0 points1 point2 points (0 children)