Subarray.pdf
1.5 MB
DSA Problem (03): ๐๐ฎ๐-๐๐ซ๐ซ๐๐ฒ ๐๐ฎ๐ฆ ๐๐ฎ๐ช๐๐ฅ๐ฌ ๐ญ๐จ ๐
This is another important question that had been asked in all the company's interviews including:
#google #meta #amazon #microsoft.
In this article I have covered the following things:
โ๏ธ Problem statements.
โ๏ธ Discuss all the approaches.
โ๏ธ Very neat & clean dry run with proper diagrams.
โ๏ธ Clean & smooth code of each approaches.
I hope you'll like it. If you have any doubts or want to talk about this, please feel free to comment.
I have spent hours of my time preparing this one and I want to help as many people as I can. so kindly so show your support by sharing this with your connections.
Stay tuned for much more upcoming notes ๐
๐๐: Don't forget to checkout pinned comment ๐
Tags:
#arrays #matrix #dsa #algorithms #dsacoding #coding
#articles #loadbalancers #systemdesign #fang #mang #datastructuresandalgorithms #datastructures #algorithms #arrays #notes #interview #share #help #jobs #placement #college #softwareengineers #design
This is another important question that had been asked in all the company's interviews including:
#google #meta #amazon #microsoft.
In this article I have covered the following things:
โ๏ธ Problem statements.
โ๏ธ Discuss all the approaches.
โ๏ธ Very neat & clean dry run with proper diagrams.
โ๏ธ Clean & smooth code of each approaches.
I hope you'll like it. If you have any doubts or want to talk about this, please feel free to comment.
I have spent hours of my time preparing this one and I want to help as many people as I can. so kindly so show your support by sharing this with your connections.
Stay tuned for much more upcoming notes ๐
๐๐: Don't forget to checkout pinned comment ๐
Tags:
#arrays #matrix #dsa #algorithms #dsacoding #coding
#articles #loadbalancers #systemdesign #fang #mang #datastructuresandalgorithms #datastructures #algorithms #arrays #notes #interview #share #help #jobs #placement #college #softwareengineers #design
Forwarded from SathyaReact
Redux is a predictable state container for JavaScript apps
Terminology of redux :-
Action :- describe app requirements
Reducer :- business logic
Store :- holds application state
Action :- describe app requirements
Reducer :- business logic
Store :- holds application state