Skip to content
View MohamedRamadan96's full-sized avatar
😀
Work
😀
Work
Block or Report

Block or report MohamedRamadan96

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

  1. ExecuteSQLBatch ExecuteSQLBatch Public

    ExecuteSQLBatch is a program or function that allows the execution of multiple SQL queries as a single batch in a database management system. It improves efficiency, ensures transactional integrit…

    C# 1

  2. Problem-1 Problem-1 Public

    Given an array of integers, find the pair of adjacent elements that has the largest product and return that product.

    PHP

  3. Problem-2 Problem-2 Public

    Below we will define an n-interesting polygon. Your task is to find the area of a polygon for a given n ..

    PHP

  4. Problem-3 Problem-3 Public

    Ratiorg got statues of different sizes as a present from CodeMaster for his birthday, each statue having an non-negative integer size. Since he likes to make things perfect, he wants to arrange the…

    PHP

  5. Problem-4 Problem-4 Public

    Given a sequence of integers as an array, determine whether it is possible to obtain a strictly increasing sequence by removing no more than one element from the array.

    PHP

  6. Problem-5 Problem-5 Public

    Given an array of strings, return another array containing all of its longest strings.

    PHP