Skip to content

Conversation

1fisedi
Copy link
Contributor

@1fisedi 1fisedi commented Jul 27, 2019

For factorial and binomial coefficient calculations.

@codecov
Copy link

codecov bot commented Jul 27, 2019

Codecov Report

Merging #103 into master will increase coverage by 0.09%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
+ Coverage   88.43%   88.52%   +0.09%     
==========================================
  Files          33       35       +2     
  Lines        1478     1490      +12     
  Branches      238      241       +3     
==========================================
+ Hits         1307     1319      +12     
  Misses        156      156              
  Partials       15       15
Impacted Files Coverage Δ
Algorithms/Numeric/BinomialCoefficient.cs 100% <100%> (ø)
Algorithms/Numeric/Factorial.cs 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ee1b594...a540bc4. Read the comment docs.

@TheAlgorithms TheAlgorithms deleted a comment Jul 27, 2019
@TheAlgorithms TheAlgorithms deleted a comment Jul 27, 2019
@TheAlgorithms TheAlgorithms deleted a comment Jul 27, 2019
Co-Authored-By: Andrii Siriak <siryaka@gmail.com>
@TheAlgorithms TheAlgorithms deleted a comment Jul 28, 2019
@siriak siriak merged commit 90a4267 into TheAlgorithms:master Jul 28, 2019
siriak added a commit that referenced this pull request Sep 1, 2019
* new numeric algorithms with new tests.

* mod on binomial

* included suggestions.

* Update Algorithms/Numeric/Factorial.cs

Co-Authored-By: Andrii Siriak <siryaka@gmail.com>
siriak pushed a commit that referenced this pull request Sep 2, 2019
* A* Improvements:
Priority Queue
N Dimensional Vector
Traversal Costs
Different Search Heuristics(A*, Dijkstra, Greedy)
For some reason the Test Projects were set to .net 2.2(which does not work with my sdk) NO OTHER CHANGES TO TEST PROJECTS

* Some Formatting improvements.
Part of the code restructured because codacy is not liking my way to code things ;)

* (Hopefully) Fixed the 4 introduced issues.

* Fixing problems with code quality.

* Add TreatWarningsAsErrors (#102)

* Fix code style

* Fix fields' names

* Fix name violations

* Add TreatWarningsAsErrors

* Fine-tune XML documentation

* Added new tests for Gauss-Jordan elimination. (#100)

* Added new tests for Gauss-Jordan elimination.

* changes based on sugestions.

* Factorial and combinations. (#103)

* new numeric algorithms with new tests.

* mod on binomial

* included suggestions.

* Update Algorithms/Numeric/Factorial.cs

Co-Authored-By: Andrii Siriak <siryaka@gmail.com>

* Added new tests for linked lists. (#104)

* Added new tests for linked lists.

* mod comment on linked list.

* Mods on bit-array data struct and added new tests. (#105)

* mods on bit-array data struct and added new tests.

* added string builder.

* changed switch representation on bit-array.

* Move LinkedList to SinglyLinkedList (#106)

* Move LinkedList to SinglyLinkedList

* Fix GetElementByIndex method

* Change exception type

*  improved vigenere encoder coverage (#107)

* improved vigenere encoder coverage

* removed commented code

* Add static modifier where possible (#108)

* Fix broken links in README and remove unused test (#109)

* Fix errors

* Remove duplicated file

* Fix errors

* Cleanup test

* Remove console sample

* Cleanup

* Update .editorconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants