Skip to content
View mtnvdsk's full-sized avatar
  • India

Block or report mtnvdsk

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
mtnvdsk/README.md

Hi, I'm Tarun!

Data Engineer at Accenture

Twitter: mtnvdsk Linkedin: mtnvdsk GitHub mtnvdsk

A little more about me...

class profile:
    def __init__(self):
        self.i = dict()
        self.profile()

    def profile(self):
        self.i["am"] = ["Tarun", "Associate Software Engineer"]
        self.i["love"] = ["Machine Learning", "DSA", "Mathematics", "Deep Learning"]
        self.i["work With"] = ["Python", "Java", "AWS", "Docker", "Hadoop", "Linux"]
        self.i["aspire"] = ["Keep Learning........."]

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)


Pinned Loading

  1. rubiks-cube-solver Public

    This repository contains a Rubik's Cube solver implemented in C++. It includes various data structures and algorithms to manipulate and solve the Rubik's Cube efficiently. The project utilizes patt…

    C++