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

Block or report eheinonen

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. Euclidean-algorithm Euclidean-algorithm Public

    This is a small program demonstrating the Euclidean algorithm to find the greatest common divisor, gcd(a,b), of two integers a and b.

    Java

  2. Chinese-reminder Chinese-reminder Public

    This program can be used to solve a system of linear congruence equations of the form x = b (mod n). It is based on the Chinese Reminder Theorem (see e.g. https://en.wikipedia.org/wiki/Chinese_rema…

    Java

  3. Temperatures-neural-java Temperatures-neural-java Public

    This is a regression model to convert °C temperatures to °F. It has only one input and one output. It uses a small set of training data to learn the weight and bias in the model.

    Java