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

Block or report immanuel-odisho

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. ASTM-Material-Load-Blast ASTM-Material-Load-Blast Public

    This program is written in python and loads input of different materials and plots the curve of the material to get the standoff distance and the 3 second pressure of the material for each weight. …

    Python 1

  2. BST_LinkedList BST_LinkedList Public

    This program randomly generates values that are inserted into a binary tree and are then converted to a linked list, reversed and then printed, The program is executed via command-line and gets two…

    C

  3. Mean-and-Median-Image-Filter Mean-and-Median-Image-Filter Public

    This program is executed via command-line and takes 4 arguments (in order) the input image file name (ppm format), the output image file name (ppm format), the size of the window for filtering and …

    C

  4. Matrix-Multiplication- Matrix-Multiplication- Public

    This program takes the input from the user via command line and generates a random array and then performs matrix application. The program contains methods that perform dot product on two vectors.

    C

  5. Math-Calcs Math-Calcs Public

    This repository includes a simple algorithm to estimate exp(x) values and the square root of integers using newton's method.

    C

  6. Sort-Testing-Performace Sort-Testing-Performace Public

    This program takes different input arrays spanning from 16 to 16384 elements and runs an analysis to determine the speed time to sort each of the arrays with different sorting algorithms. The diffe…

    Java