Skip to content
View imraghavagr's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report imraghavagr

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
imraghavagr/README.md

ezgif-4-d7c1031017

नमस्ते (Namaste)🙏🏻 I'm Raghav Agarwal

700+ on Leetcode || DSA with C++ || Machine Learning || Pythoneer || Loves Teaching

About Me

class Raghav{
  private:
    string name, college, degree, strength;
    vector<string> languages_spoken;
  public:
    Raghav(){
      name = "Raghav Agarwal";
      college = "Vellore Institute of Technology";
      degree = "Integrated M.Tech in CSE with spec. in AI and ML";
      strength = "Strong hold in DS and Algo";
      languages_spoken = {"English", "Hindi"};
    }
    void current_status(){
      cout<<"I am a final year student at "<<college<<" pursuing "<<degree<<endl;
    };
    void say_bye(){
      cout<<"Thanks for dropping by. How did you find my 
work? Interesting?"<<endl;
    }
};
int main(){
  Raghav obj;
  obj.current_status();
  obj.say_bye();
  return 0;
}

My Leetcode Stats

LeetCode Stats

LeetCode user imraghavagr

Random Tech joke for you!

README Jokes

📫 Reach out to me on

              

Pinned

  1. DSA-cpp DSA-cpp Public

    C++ 1

  2. indrapaul824/VORTEX indrapaul824/VORTEX Public

    A Deep Learning based Tropical Cyclone Intensity Estimator featuring the INSAT-3D Infrared Image Data over the Indian subcontinent.

    Jupyter Notebook 5 2

  3. mental-health mental-health Public

    https://mental-health-fastapi.herokuapp.com/docs

    Jupyter Notebook 1 4

  4. Movie-Review-Sentiment-Prediction Movie-Review-Sentiment-Prediction Public

    Jupyter Notebook 4 1