Skip to content

Instantly share code, notes, and snippets.

View tatjana-predojev's full-sized avatar

tatjana-predojev

  • Berlin, Germany
View GitHub Profile
@tatjana-predojev
tatjana-predojev / declarative programming repo problem.cs
Created February 19, 2017 15:55 — forked from lifebeyondfife/declarative programming repo problem.cs
Declarative Programming Repo Problem. Problem available in C#, JavaScript and Python.
/*
Code below can be run directly into LINQPad - https://www.linqpad.net/
Return the owner and repo name of the most starred project with more than 100 contributors, for each language
The declarative implementation can be solved using the Select, Where, Aggregate and GroupBy LINQ extension methods
*/
void Main()
{
var repos = new List<Repo> {