Skip to content
All algorithms implemented in C#.
C#
Branch: master
Clone or download

Latest commit

petrogavriluk Add Min-Max heap (#140)
* Add Min-Max heap.

* Replace four constructors with one, that has default values.

* Make "Heap" property readonly field.

* Remove set modifier in "Comparer" property.

* Split ExtremumChildOrGrandchild into two methods.

* Delete RemoveMin and RemoveMax methods.

* Remove redundant initializer.
Latest commit 470759b May 3, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Reword pull_request_template.md (#128) Dec 14, 2019
Algorithms.Tests LU-decomposition (#138) Apr 19, 2020
Algorithms LU-decomposition (#138) Apr 19, 2020
DataStructures.Tests Add Min-Max heap (#140) May 3, 2020
DataStructures Add Min-Max heap (#140) May 3, 2020
Utilities LU-decomposition (#138) Apr 19, 2020
.editorconfig Implement A* (#101) Sep 2, 2019
.gitignore Add user config file to .gitignore (#139) Apr 21, 2020
.travis.yml Enable nullable context in all projects (#131) Jan 18, 2020
C-Sharp.sln Update docs (#125) Dec 9, 2019
CODE_OF_CONDUCT.md Add code of conduct May 26, 2019
CONTRIBUTING.md Create CONTRIBUTING.md Dec 6, 2019
LICENSE Add LICENSE May 28, 2019
README.md Add Min-Max heap (#140) May 3, 2020
stylecop.json Add .editorconfig and stylecop (#83) Jul 8, 2019
stylecop.ruleset Add TreatWarningsAsErrors (#102) Jul 24, 2019
You can’t perform that action at this time.