Harsh Poonia

Results 3 issues of Harsh Poonia

https://github.com/XiaoyuanYi/StyIns/blob/eebaa289992d5c5a1e7230791eabcc093740ed23/sources/tool.py#L485-L493 `style_data` has only 8 elements, not sure if that was intended, but the code samples `num = 1280` elements from it. I had to replace `random.sample` with `random.choices`, but...

https://github.com/harpoonix/Gr-affable/blob/3845733a922b0ea0a8cde7bb4b8dd566044a4d07/Symphony/subarray_sum.cpp#L11-L16 We don't need to calculate the sum of the subarray again when the end shifts from `j` to `j+1`. We can simply add `array[j+1]` to the previous sum. Saves...

good first issue

https://github.com/harpoonix/Gr-affable/blob/29490773a25ca934196879cf466fa7604d601581/Strongly%20Connected/stronglyConnected.cpp#L39-L40 There seems to be a type mismatch between the argument passed to `push_back` and the arguments it expects. Can you find the problem and fix it?

good first issue