Skip to content

Instantly share code, notes, and snippets.

View VegaFromLyra's full-sized avatar

Asha Balasubramaniam VegaFromLyra

View GitHub Profile
@VegaFromLyra
VegaFromLyra / InFlightEntertainment
Last active August 29, 2015 14:20
In flight entertainment solution
using System;
using System.Collections.Generic;
namespace InFlightEntertainment
{
public class Program
{
public static void Main(string[] args)
{
test("2", "Yes", areTwoMoviesPresentForFlight(60, new int[]{5, 15, 20, 17, 40, 20}));