Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
COMMITS
March 28, 2024
P
style: improve test names of `GetEuclidGCD'` (#1646)
Piotr Idzik committed
March 16, 2024
P
feat: remove duplicated `gcd`-like functions (#1642)
Piotr Idzik committed
March 11, 2024
P
feat: remove `twinPrime` (#1641)
Piotr Idzik committed
March 7, 2024
P
refactor: use `isLeapYear` (#1638)
Piotr Idzik committed
March 4, 2024
P
chore: use `check-style` in (#1630)
Piotr Idzik committed
P
fix: properly floor the partial results (#1629)
Piotr Idzik committed
P
fix: `throw` form `DateToDay` (#1628)
Piotr Idzik committed
March 2, 2024
P
fix: cleanup `CheckKishnamurthyNumber` (#1626)
Piotr Idzik committed
P
fix: throw error instead of returning it `RailwayTimeConversion` (#1625)
Piotr Idzik committed
February 29, 2024
P
fix: handle zeros in `CoPrimeCheck` (#1622)
Piotr Idzik committed
P
fix: throw error instead of returning it (#1624)
Piotr Idzik committed
February 28, 2024
P
fix: `GetEuclidGCD(0, 0)` is `0` (#1621)
Piotr Idzik committed
February 27, 2024
P
fix: cleanup `CoPrimeCheck` (#1609)
Piotr Idzik committed
February 19, 2024
P
fix: throw error and add tests for `ReverseNumber` (#1608)
Piotr Idzik committed
February 14, 2024
P
test: add missing test for `SumOfGeometricProgression` (#1607)
Piotr Idzik committed
February 9, 2024
P
style: cleanup `PascalTriangle` (#1606)
Piotr Idzik committed
P
tests: add tests for `SHA256` (#1604)
Piotr Idzik committed
January 31, 2024
P
tests: add tests for `SHA1` (#1602)
Piotr Idzik committed
January 29, 2024
P
docs: add codecov badge (#1600)
Piotr Idzik committed
January 27, 2024
P
chore: add `UploadCoverageReport.yml` (#1599)
Piotr Idzik committed
P
tests: add missing test for `KnightTour` (#1598)
Piotr Idzik committed
January 16, 2024
P
style: remove trailing spaces (#1597)
Piotr Idzik committed
January 15, 2024
P
chore: update `actions/checkout` to `v4` (#1595)
Piotr Idzik committed
P
chore: update `actions/setup-node` to `v4` (#1596)
Piotr Idzik committed
January 13, 2024
P
Properly evaluate `GITHUB_ACTOR` (#1594)
Piotr Idzik committed
January 4, 2024
A
implemented CycleDetectionII code in LinkedList (#1482)
Akshay Chavan committed
November 28, 2023
N
Implemented Palindrome Partitioning using Backtracking algorithm (#1591)
Nobert Patrick Ayesiga committed
November 15, 2023
R
Abbreviation (#1547)
Rob Simpson committed
V
Implemented Partition Problem, Recursive problem (#1582)
Vedas Dixit committed
November 8, 2023
E
docs: Update script usage in CONTRIBUTING.md (#1587)
Elias Afara committed