Skip to content
View sqarf's full-sized avatar

Block or report sqarf

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. leetcode-143-reorder-list leetcode-143-reorder-list Public

    Reorder the list

    JavaScript

  2. leetcode-201-course-schedule-ii leetcode-201-course-schedule-ii Public

    There are a total of numCourses courses you have to take, labeled from 0 to numCourses - 1. You are given an array prerequisites where prerequisites[i] = [ai, bi] indicates that you must take cours…

    JavaScript

  3. leetcode-231-power-of-two leetcode-231-power-of-two Public

    Given an integer n, return true if it is a power of two. Otherwise, return false.

    JavaScript

  4. leetcode-476-number-complement leetcode-476-number-complement Public

    The complement of an integer is the integer you get when you flip all the 0's to 1's and all the 1's to 0's in its binary representation.

    JavaScript

  5. leetcode-56-merge-intervals leetcode-56-merge-intervals Public

    Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cover all the intervals in the input.

    JavaScript

  6. leetcode-969-pancake-sorting leetcode-969-pancake-sorting Public

    Given an array of integers arr, sort the array by performing a series of pancake flips.

    JavaScript