Skip to content
View mehmeTurhan's full-sized avatar
Block or Report

Block or report mehmeTurhan

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. Make-Array-Consecutive-2 Make-Array-Consecutive-2 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…

    C 1

  2. mehmeTurhan mehmeTurhan Public

    Config files for my GitHub profile.

  3. Capital-Cities-QuizMe-App Capital-Cities-QuizMe-App Public

    This QuizMe app I created is basically a bunch of true/false questions that the user has to answer by pressing the TRUE and FALSE buttons.There is also a notifier that pops up a message either “Cor…

  4. Psychebotanicals-Logo Psychebotanicals-Logo Public

  5. myMatrix myMatrix Public

    reads a positive integer n followed by an n-by-n matrix from the standard input and prints whether it is one of the special matrices. The input matrix must be stored in a two-dimensional array of i…

    C

  6. matrixAlloc matrixAlloc Public

    Goals: 1-)rearrange loops to increase spatial locality of a program 2-)exploit cache to improve the performance of a program 3-)write cache-friendly code for matrix operations

    C