Sub-arrays with equal number of occurrences | HARD💀| GFG POTD | 22-10-24 | GFG Problem of the day

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ธ.ค. 2024

ความคิดเห็น • 1

  • @codewithuday
    @codewithuday  2 หลายเดือนก่อน +1

    class Solution {
    public:
    int sameOccurrence(vector& arr, int x, int y) {
    // code here
    int cx = 0 ,cy = 0;
    int res = 0 ;
    map map;
    map[0] =1;
    for(int i = 0 ; i