HarshCasper / NeoAlgo

Bringing all Data Structures and Algorithms under one Roof âš¡
MIT License
876 stars 1.05k forks source link

Array Manipulation in C++ #3027

Closed yr7000 closed 3 years ago

yr7000 commented 3 years ago

🚀 Feature

Array manipulation is one of hackerrank problems. It is a nice variation of the prefix sum problem. Question link: https://www.hackerrank.com/challenges/crush/problem

Have you read the Contributing Guidelines on Pull Requests?

Yes.

Motivation

While solving this problem I learned a new optimization technique, Which can be used in many problems in various contests to reduce the time complexity.

Pitch

This problem will teach us a new optimization technique and it is a nice variation of the prefix sum problem. I would like to contribute my approach to this problem using c++. Hey, @ankitaggarwal23 please look into this issue and please assign this to me under GSSOC2021. Thank you.

bhav09 commented 3 years ago

All the best.

yr7000 commented 3 years ago

Thank you @bhav09 for assigning this issue to me