Skip to content
View Aman1131145's full-sized avatar
  • Delhi,India

Block or report Aman1131145

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

Aman Mishra

About me

package main

import (
	"fmt"
)

type Bio map[string]string

func main() {
	for k, v := range GetBio() {
		fmt.Printf("%+v: %+v\n", k, v)
	}
}

func GetBio() Bio {
	return Bio{
		"- ⚑ Quick bio:":                    "I just want to learn new things to make life easier for myself and others",
		"- 🌱 I’m currently learning":        "Data Structures and Algorithms in JAVA",
		"- πŸ€” I’m looking for help with":     "Anything related to what I am currently learning πŸ˜…",
		"- πŸ“« How to reach me:":              "https://github.com/Aman1131145",
	}
}

You can reach me at πŸ‘½

Aman Mishra's LinkedIn Profile Angel Santiago Jaime Zavala's Stack Overflow Profile

My stack πŸ‘¨β€πŸ’»

Tools that I use on a daily basis, or that I've used or worked (either much or a bit) with on the past

Github stats πŸ“Š

Top langs πŸ‘…

Aman1131145 :: Top Langs

Profile stats 🎹

Aman1131145 :: Profile Stats

Synthwave


⭐️ From @Aman1131145

Popular repositories Loading

  1. Data-Structures-and-Algorithm Data-Structures-and-Algorithm Public

    Coding Ninjas DATA STRUCTURES IN JAVA full course codes.

    Java 2

  2. Java-Classes Java-Classes Public

    Java 2

  3. My-Python-Programs My-Python-Programs Public

    Java 1

  4. Aman1131145 Aman1131145 Public

    1

  5. DSA-Sheet-Love-Babbar DSA-Sheet-Love-Babbar Public

    Java 1

  6. LeetCode LeetCode Public

    Java 1