Skip to content
View vadGon's full-sized avatar

Block or report vadGon

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

Popular repositories Loading

  1. max-profit-cutting-metal-rods max-profit-cutting-metal-rods Public

    HackerRank In order to maximize profit, he should sell the metal of same size and shape.

    Java

  2. remove-all-adjacent-duplicates-in-string remove-all-adjacent-duplicates-in-string Public

    You are given a string and an integer k, a k duplicate removal consists of choosing k adjacent and equal letters from string and removing them

    Java

  3. length-of-the-longest-substring-without-repeating-characters length-of-the-longest-substring-without-repeating-characters Public

    Given a string s, find the length of the longest substring without repeating characters. Knuth–Morris–Pratt algorithm.

    Java

  4. longestrepeating-character-replacement longestrepeating-character-replacement Public

    You are given a string s and an integer k. You can choose any character of the string and change it to any other uppercase English character. You can perform this operation at most k times.

    Java

  5. minimum-window-substring minimum-window-substring Public template

    Minimum Window Substring Given two strings s and t of lengths m and n respectively, return the minimum window substring of s such that every character in t (including duplicates) is included in the…

    Java

  6. walid-anagram walid-anagram Public

    Given two strings s and t, return true if t is an anagram of s, and false otherwise.

    Java