mikeljordan
Scientific computing and software development with Python, C#, Java, C++, and Javascript
MaPSI, University of BergenNorway
mikeljordan's Stars
chrisleekr/binance-trading-bot
Automated Binance trading bot - Trade multiple cryptocurrencies. Buy low/sell high with Grid Trading. Integrated with TradingView technical analysis
SciSharp/Matplotlib.Net
.NET wrapper for the Python plotting library Matplotlib
bencooper222/steiner-heuristic
A heuristic to solve the Steiner Tree Problem for Lattice Graphs
mjwach/two-steiner-tree-algorithms-in-java
Two algorithms in Java for building Steiner trees: one that accepts a list of unconnected points in the Euclidean plane and efficiently connects them with a tree, and one that accepts an undirected graph with weighted edges and a list of some of the graph's vertices, that it may efficiently connect those vertices with a tree-shaped subgraph.
gradientspace/geometry3Sharp
C# library for 2D/3D geometric computation, mesh algorithms, and so on. Boost license.
mikeljordan/Hamming-distance-
This python program works on a textfile called HIV_DNA_Sequence.txt (This file contains a number of DNA sequences) to perform some operations by extracting some information from the file. This program performs different transcription and counts, and also compute hamming distance of different sequences
mikeljordan/Explicit-Euler-Sheme-for-IVP
mikeljordan/Explicit-Euler-Scheme-for-IVP
Consider the ODE y'' + y' − y^3 + y = 0, y(0) = 0, y'(0) = 1, in the time interval [0, 1]
mikeljordan/Monte-Carlo-Simulation
Python code to solve triple integral on cobble and non-cobble domain using Monte Carlo Method