Skip to content
View lezahlie's full-sized avatar
  • West, USA
Block or Report

Block or report lezahlie

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. Algorithms Algorithms Public

    Compilation of Algorithms using various techniques such as Divide and Conquer, Dynamic Programming, Backtracking, Graph Traversals, etc.

    Python

  2. HillCipherKeyPair HillCipherKeyPair Public

    C Programs for generating Hill Cipher encryption/decryption key pairs.

    C 1

  3. MatrixMultiplication MatrixMultiplication Public

    Experimental project for Matrix Multiplication Naive vs Cache Blocking Algorithms. Includes research report created on overleaf.com, explaining all aspects of the experiment.

    C 1

  4. IPC-Programs IPC-Programs Public

    Demonstration of interprocess communication using Pipes, Processes, Sockjets, and Threads

    C 1

  5. Stencil-Project Stencil-Project Public

    Performance Analysis of Iterative Stencil Loops using Pthreads and OpenMPI

    C 1

  6. Floyds-Warshall Floyds-Warshall Public

    Floyds Shortest Path using Pthreads

    C