Skip to content
View mikealexander's full-sized avatar
💻
💻

Organizations

@Eventmap
Block or Report

Block or report mikealexander

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

Pinned

  1. searching_OMP_2.c searching_OMP_2.c
    1
    int hostMatch(long *comparisons, int numthreads) {
    2
            int pos, i, j, lastI;
    3
            long comps = 0;
    4
            pos = -1;
    5
            lastI = textLength-patternLength;
  2. searching_OMP_1.c searching_OMP_1.c
    1
    int hostMatch(long *comparisons, int numthreads) {
    2
            int pos, i, j, lastI;
    3
            long comps = 0;
    4
            pos = -1;
    5
            lastI = textLength-patternLength;
  3. worstcase_string_generator.c worstcase_string_generator.c
    1
    #include <stdio.h>
    2
    #include <stdlib.h>
    3
    #include <sys/types.h>
    4
    #include <unistd.h>
    5