gfg POTD || 14 JAN || Find duplicate rows in a binary matrix || medium problem

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

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

  • @anisha_joshi15
    @anisha_joshi15  9 หลายเดือนก่อน

    class Solution
    {
    public:
    vector repeatedRows(vector &matrix, int M, int N)
    { vectorsample;
    vector ans;
    for(int i=0;i