12 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
932599d37b Remove testing code in function file 2021-10-05 08:54:13 -04:00
8e5743f8cb Fix standardjs style errors 2021-10-04 18:54:59 -04:00
0da3880955 Fix bug where cycleSort was not returning the sorted array 2021-10-04 18:53:03 -04:00
b3e6eed3ce Add export to CycleSort for Jest testing 2021-10-04 18:50:14 -04:00
720b7b054b Add function documentation to CycleSort 2021-10-04 18:49:54 -04:00
f4814ba143 Fix typo 2021-10-04 18:49:31 -04:00
9decf7bc7f Standard fixes | Cycle Sort 2021-01-25 23:52:47 +05:30
1626a58b35 Improved presentation of Implementation | Cycle Sort 2021-01-25 23:51:55 +05:30
d866534031 Added Wikipedia link | Cycle Sort 2021-01-25 23:51:09 +05:30
9515badb75 Improved main Description comment | Cycle Sort 2021-01-25 23:50:46 +05:30
7ff6b8716f editing file names 2020-05-06 21:07:49 +05:30