Skip to content
View imhero2k's full-sized avatar
  • melbourne

Block or report imhero2k

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
  • JavaScript Updated Feb 26, 2025
  • Mermaid Updated Feb 13, 2025
  • Portfolio Public

    CSS Updated Feb 3, 2025
  • FakeStoreAndStripeApi-s is an e-commerce web application that integrates with Stripe for secure payment processing. The application allows users to browse products, add them to their cart, and proc…

    JavaScript Updated Jan 26, 2025
  • C++ Faker library for generating fake (but realistic) data.

    C++ MIT License Updated Dec 24, 2024
  • Vue MIT License Updated Oct 18, 2024
  • vue-project Public

    Vue Updated Aug 6, 2024
  • Chatsystem Public

    Updated Feb 7, 2024
  • bitMagic Public

    Updated May 19, 2022
  • stack Public

    Updated May 13, 2022
  • Updated Apr 28, 2022
  • Updated Apr 25, 2022
  • Updated Apr 24, 2022
  • Updated Apr 23, 2022
  • recursive problems

    Updated Apr 14, 2022
  • Updated Mar 16, 2022
  • Updated Mar 13, 2022
  • ckd Public

    Jupyter Notebook Updated Mar 12, 2022
  • potd gfg

    Updated Mar 8, 2022
  • You are given the pointer to the head node of a sorted linked list, where the data in the nodes is in ascending order. Delete nodes and return a sorted list with each distinct value in the original…

    Updated Mar 2, 2022
  • Given an m x n 2D binary grid grid which represents a map of '1's (land) and '0's (water), return the number of islands. An island is surrounded by water and is formed by connecting adjacent lands …

    Updated Feb 28, 2022
  • 713. Subarray Product Less Than K Medium 3618 127 Add to List Share Given an array of integers nums and an integer k, return the number of contiguous subarrays where the product of all the elements…

    Updated Feb 28, 2022
  • 438. Find All Anagrams in a String Medium 7017 248 Add to List Share Given two strings s and p, return an array of all the start indices of p's anagrams in s. You may return the answer in any order…

    Updated Feb 28, 2022
  • 1679. Max Number of K-Sum Pairs Medium 658 24 Add to List Share You are given an integer array nums and an integer k. In one operation, you can pick two numbers from the array whose sum equals k an…

    Updated Feb 26, 2022
  • You are given two lists of closed intervals, firstList and secondList, where firstList[i] = [starti, endi] and secondList[j] = [startj, endj]. Each list of intervals is pairwise disjoint and in sor…

    Updated Feb 26, 2022
  • Given two strings s and t, return true if they are equal when both are typed into empty text editors. '#' means a backspace character. Note that after backspacing an empty text, the text will conti…

    Updated Feb 26, 2022
  • 3sum Public

    15. 3Sum Medium 16258 1558 Add to List Share Given an integer array nums, return all the triplets [nums[i], nums[j], nums[k]] such that i != j, i != k, and j != k, and nums[i] + nums[j] + nums[k] =…

    Updated Feb 26, 2022
  • Given the head of a sorted linked list, delete all nodes that have duplicate numbers, leaving only distinct numbers from the original list. Return the linked list sorted as well. Example 1: Input: …

    Updated Feb 25, 2022
  • Updated Feb 24, 2022
  • This challenge is part of a tutorial track by MyCodeSchool Given pointers to the heads of two sorted linked lists, merge them into a single, sorted linked list. Either head pointer may be null mean…

    Updated Feb 24, 2022