Skip to content
View GopinathMR's full-sized avatar

Block or report GopinathMR

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
GopinathMR/README.md
  • 👋 Hi, I’m @GopinathMR
  • 👀 I'm building AI Agent Applications
  • 🌱 I’m currently learning Rust
  • 💞️ I’m looking to collaborate on Rust open source projects
  • 📫 How to reach me : @mr_gopinath on twitter(X)

Pinned Loading

  1. Leetcode 1249 variant which should a... Leetcode 1249 variant which should also cover different paranthesis types and matching should be based on the paranthesis type
    1
    // leet code 1249 variant 
    2
    
                  
    3
    import java.util.ArrayList;
    4
    import java.util.HashMap;
    5
    import java.util.List;