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

Block or report JustinButler700

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
JustinButler700/README.md
  • 👋 Hi, I’m @JustinButler700
  • I'm a Software Engineer at Amazon
  • I’m always trying to learn new languages & frameworks!

Top Langs

Popular repositories

  1. Design-Add-and-Search-Words-Data-Structure-LEETCODE-MEDIUM Design-Add-and-Search-Words-Data-Structure-LEETCODE-MEDIUM Public

    2 Java solutions. one using a hashmap, the other using a HashSet for Design Add and Search Words Data Structure.

    Java 1

  2. Java2Lab12 Java2Lab12 Public

    Binary counter

    Java

  3. Find-Median-from-Data-Stream-LEETCODE-HARD Find-Median-from-Data-Stream-LEETCODE-HARD Public

    Find Median from Data Stream LEETCODE Hard question with solution for java

    Java

  4. Palindrome-Number-LEETCODE-EASY Palindrome-Number-LEETCODE-EASY Public

    An integer is a palindrome when it reads the same backward as forward. This checks to see if the integer is a palindrone.

    Java

  5. Find-Peak-Element-LEETCODE-MEDIUM Find-Peak-Element-LEETCODE-MEDIUM Public

    A peak element is an element that is strictly greater than its neighbors. Given an integer array nums, find a peak element, and return its index. If the array contains multiple peaks, return the in…

    Java

  6. Reverse-Words-in-a-String-LEETCODE-MEDIUM Reverse-Words-in-a-String-LEETCODE-MEDIUM Public

    Reverses the order of words in a string and removes excess blank spaces.

    Java