Skip to content
View prateekshyap's full-sized avatar
🧐
Exploring
🧐
Exploring
  • MathWorks
  • Odisha, India
Block or Report

Block or report prateekshyap

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
prateekshyap/README.md
import Random.SoftwareEngineer;

class JustAnotherCSGrad
{
    String name, isA, job;
    JustAnotherCSGrad()
    {
        this.name = "Prateekshya";
        this.isA = "Software Engineer";
        this.job = "exploring";
    }
    public String toString()
    {
        return this.name+"("+this.isA+") is "+this.job+" ...";
    }
    void sayHello()
    {
        System.out.println("Hello, world! 👋");
    }
}

class Me
{
    public static void main(String[] args)
    {
        JustAnotherCSGrad me = new JustAnotherCSGrad();
        me.sayHello();
        System.out.println(me.toString());
    }
}

👶Early 2000's kid

🎹Sometimes Musical

🤔Partially Introvert

💻Speaking Java

⚡Fun fact: Five Problems, One Solution, Java

💻List of Projects: check

😄Thanks for visiting

Check out Linkedin

Pinned

  1. DSA DSA Public

    A set of coding questions and solutions in Java/C++. Platforms used - GeeksforGeeks, Hackerrank, Leetcode, Codeforces. README file is updated with one execution of https://github.com/prateekshyap/D…

    Java 13 5

  2. Cab-Hailing Cab-Hailing Public

    A cab hailing system developed using Springboot and Docker. Microservices concept is used.

    Java

  3. Hangman Hangman Public

    A demo hangman game.

    Java

  4. Collections Collections Public

    Java Collection Framework

    Java 1

  5. CPP-in-SDN CPP-in-SDN Public

    MATLAB simulations for Controller Placement Problem in Software Defined Networks

    MATLAB 4 1

  6. Yugi Yugi Public

    Forked from therohanjaiswal/Yugi

    GUI version of the project https://github.com/prateekshyap/Virtual-Assistant

    TeX