Skip to content

My first C# program (binary heaps & some combinatorics utilities)

Notifications You must be signed in to change notification settings

Gorzorg/c_sharp_learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content

This repository contains the result of my first impact with the C# language. It contains some combinatorics iterators (e.g. listing permutations), a binary heap API, and their respective tests.

I tried implementing everything while keeping efficiency in mind, and trying to learn C# idioms and concepts. While this is most likely far from perfect, I am at the moment satisfied with the resulting code.

A note on tests

The test methods are very thorough, and on some machines they may take a while to run. In case they don't return immediately, give them a couple of minutes to run.

About

My first C# program (binary heaps & some combinatorics utilities)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages