Skip to content
View upadhyayprakash's full-sized avatar

Block or report upadhyayprakash

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

Pinned Loading

  1. eva4 eva4 Public

    EVA Learning and Assignments, Tools, Gists, Setup Guides etc.

    Jupyter Notebook 1 1

  2. tweet-generator tweet-generator Public

    TypeScript 1

  3. upadhyayprakash.github.io upadhyayprakash.github.io Public

    Home Page | Github

    HTML 1

  4. name-to-initials name-to-initials Public

    Convert given name (person's full name or any multi/single word) to 2 chars long initials.

    TypeScript 1

  5. C++ code to merge two trees with dup... C++ code to merge two trees with duplicate child node's. This can be used to merge two config files in yaml world.
    1
    #include <iostream>
    2
    #include <vector>
    3
    #include <unordered_map>
    4
    
                  
    5
    using namespace std;