6 Commits

Author SHA1 Message Date
86d333ee94 feat: Test running overhaul, switch to Prettier & reformat everything (#1407)
* chore: Switch to Node 20 + Vitest

* chore: migrate to vitest mock functions

* chore: code style (switch to prettier)

* test: re-enable long-running test

Seems the switch to Node 20 and Vitest has vastly improved the code's and / or the test's runtime!

see #1193

* chore: code style

* chore: fix failing tests

* Updated Documentation in README.md

* Update contribution guidelines to state usage of Prettier

* fix: set prettier printWidth back to 80

* chore: apply updated code style automatically

* fix: set prettier line endings to lf again

* chore: apply updated code style automatically

---------

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Lars Müller <34514239+appgurueu@users.noreply.github.com>
2023-10-04 02:38:19 +05:30
863185d2b4 algorithm class: pyramid (#1254)
* Added pyramid

* Removed * 1

* Change class name
2022-10-31 22:10:36 +05:30
014a38b2d4 algorithm: volume of sphere (#1249)
* Added sphere volume

* Fixed indentation

* Added PR Suggestions
2022-10-31 22:09:41 +05:30
7256e5313f algorithm class: circle (#1252) 2022-10-31 21:32:35 +05:30
f1ef64cc2d algorithm class: cone (#1253) 2022-10-31 21:31:20 +05:30
9d2a7f1639 merge: Add test case to ConvexHullGraham Algorithm (#938) 2022-03-21 21:49:45 +05:30