Monthly Archives: September 2022
Leetcode 39 – Combination Sum
Source: https://leetcode.com/problems/combination-sum/ Problem statement 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. Two combinations…
Leetcode 30 – Substring with concatenation of all words
Source: https://leetcode.com/problems/substring-with-concatenation-of-all-words/ Problem statement You are given a string s and an array of strings words. All the strings of words are of the same length. A concatenated substring in s is a substring that contains all the strings of any permutation of words concatenated. For example, if words = [“ab”,”cd”,”ef”], then “abcdef”, “abefcd”, “cdabef”,…
7 soft skills to accelerate your career
Working with people is hard, mostly thanks to the complex and unpredictable nature of human emotions. Inarticulate factors frequently jump in, subconsciously affecting every thought and decision we make. To scratch the surface of proving my point, the header image should remind you of a very well known doodle you’ve probably stumbled upon on the…