Skip to content

Instantly share code, notes, and snippets.

View AdnanCutura's full-sized avatar
🔥

Adnan Čutura AdnanCutura

🔥
View GitHub Profile
@AdnanCutura
AdnanCutura / Program.cs
Created September 16, 2019 23:34
Linear interpolation in C#
using System;
using System.Collections.Generic;
using System.Linq;
namespace LinearInterpolation
{
class Program
{
static void Main(string[] args)
{