Skip to content

Instantly share code, notes, and snippets.

@cihanyakar
Created February 7, 2019 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cihanyakar/9a6e7bc2d8c8d9137b3c4f4dc708eaed to your computer and use it in GitHub Desktop.
Save cihanyakar/9a6e7bc2d8c8d9137b3c4f4dc708eaed to your computer and use it in GitHub Desktop.
Entropi 2
void Main()
{
var ornek = new[] { "yeşil", "kırmızı", "mavi","sarı", "siyah" };
var sonuc = GerekliBitSayisi(new System.Collections.Generic.HashSet<string>(ornek));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment