Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TheAlgorithms/TypeScript

Algorithms and Data Structures implemented in TypeScript for beginners, following best practices.
https://github.com/TheAlgorithms/TypeScript

docs: add issue templates (#67)

* Adding new bug issue template

* Converting issue templates to yaml

* CR changes part 1
...

8601487c5407936a1d22050c2232e7addaedf46c authored over 2 years ago
algorithm: sieve of erastosthenes (#74)

* Sieve Of Eatosthenes implementation

* Test addition

296e8f0b9ea04d202a0e59515d3a1d4642163289 authored over 2 years ago
algorithm: knapsack (#69)

538abaccba5815768a4c2eca5ba7607d51acd5bf authored over 2 years ago
Fix guide on writing good tests (#59)

`test` -> `describe` (`test` can't be nested)

e693ba12903dcea58c91f692ec66298bcc4919de authored over 2 years ago
algorithm: aliquot sum (#60)

762c022144972efd1fda00eed901feab96641cfa authored over 2 years ago
algorithm: gnome sort (#64)

519175c5cc2abd3f357bf7fb9c8756aa606344ab authored over 2 years ago
Feat: Added GCF (#63)

07b1404d29d8817144f30f82197b450ee9cc754e authored over 2 years ago
chore: fix spelling typo (#65)

Co-authored-by: houcem <[email protected]>

cd08a00a7920cb90771c6c1af44b0a8ecdb074df authored over 2 years ago
Feat: IsEven and IsOdd (#62)

7cce60e726d91cbb3bbb46c52b3f72383a410ddc authored over 2 years ago
algorithm: find min (#61)

Co-authored-by: patrickwestervelt <[email protected]>

12fa80b25718e52ee1160887ddceb7aee220d8d7 authored over 2 years ago
feat: Added Bubble sort (#56)

78773bcef6fc23a0869c0837276cb3ce72f07040 authored over 2 years ago
algorithm: check if number is Armstrong number (#44)

1114140626af1ca0159b9976e71e48b3caaaaa0b authored over 2 years ago
chore: update codeowners (#58)

ad59860b61df92d1e1d7fb6a5e54677b9d2a83d0 authored over 2 years ago
remove unnecessary directory (#52)

dba43f754e5e7c9656931fd58855f8e98614adce authored over 2 years ago
feat: Add Radians to Degrees conversion (#49)

cc247ea3cd2fd77f6373225a40d9f05e27af08ac authored over 2 years ago
chore: make filename PascalCase (calculateMean -> CalculateMean) (#51)

95020af08db059c33238d56d5958ab244dc4e431 authored over 2 years ago
docs: replace all occurrences of Discord link (#53)

ed5382077e299d9431240c01d87542d43969a973 authored over 2 years ago
Added: Degree to Radian conversion (#46)

eca3906a03ea40ea17c8980f03eec0a016bf0612 authored over 2 years ago
feat: add IsDivisible function (#43)

dd4aa5a80051959da6e073fb3e630b488a48e5a5 authored over 2 years ago
algorithm: average/mean (#30)

1d655b420596e91495e4a80c1914b3b7f59f6483 authored over 2 years ago
[Feat] : Added merge sort (#36)

66892d770fe2ede9a4030b281afeed8c68fc333b authored over 2 years ago
[Feat] : Added Quick Sort (#35)

ca9fd24deaa4c4d257c15b281368405779543e6c authored over 2 years ago
feat(maths): add `Factorial` (#38)

e298f3afd1d8e201c52976c1fddaffe65b8ce392 authored over 2 years ago
feat(maths): add `DigitSum` (#39)

9220f7c683b65f0f465c9e451af67936f1050fb7 authored over 2 years ago
[Feat] : Added perfect square (#37)

9fb81324c7d8d3adc5ac08d9003b08c6ed3977c2 authored over 2 years ago
Add guide on writing good tests (#42)

b95cf3490f7ab6969166e6f309e9eda12ff66c15 authored over 2 years ago
feat(maths): add `IsLeapYear` (#40)

5be867b09d6351f540036ddb2ebff0f614864ece authored over 2 years ago
chore: Add GitHub CI test workflow (#41)

ec66370b49331b918e10ff75a25ea4ca6e56b725 authored over 2 years ago
Add Binary Search (#32)

b8ce582dba15c49d36850f1ec7b345d429e36b80 authored over 2 years ago
Added AbsoluteValue and its associated tests (#31)

eb8261f0599c515d73038f5fdec1cb9ebcb26022 authored over 2 years ago
algorithm: nth Fibonacci Number (#29)

* Initial commit

* First commit

* Delete .replit

* Delete replit.nix

* Delete index....

4d0d71439b1f67827c71ba36bcead42e430d72e8 authored over 2 years ago
algorithm: insertion sort (#26)

* feat: add insertionsort algorithm

* chore: fix variable declaration

781a0e79044cf88ec3cf692edbeefb8f7b27872f authored over 2 years ago
chore: move Math to root project (#27)

Co-authored-by: jonatan <[email protected]>

a42b8db54668059bd5c4033e006ec23ef04a3ce0 authored over 2 years ago
data-structure: stack (#28)

* feat: add data structure stack

* test: add test to stack

* chore: refactor code review c...

585d8f69c16ca4e001cd4ec907738e440138e304 authored over 2 years ago
algorithm: decimal to binary (#23)

502e11e3900f537b2de28a6cbbf755fffcd22020 authored over 2 years ago
algorithm: xor cipher (#24)

94c0594bc01a9235647b838fbd7a04cefd610310 authored over 2 years ago
feat: add contribution guidelines (#5)

Based on the contribution guidelines of https://github.com/TheAlgorithms/JavaScript

Co-author...

4411944d3aee1cd08c952435c8022b7fe108c932 authored over 2 years ago
chore: add appgurueu as codeowner (#11)

1394a4e94cb395e76693bfdb647744caafdff926 authored over 2 years ago
chore: setup tooling (#20)

36a562413d327acce89b12b7db69f27c968174a7 authored over 2 years ago
feat: improve repository structure (#3)

* Update README.md

* chore: add maintainer list

* Update README.md

Co-authored-by: Davi...

292ee000c398b9104e2d6dae71bc36a93ab7397a authored over 2 years ago
Merge pull request #1 from TheAlgorithms/Update-readme

Update README.md

01bab4222768aaf19e20e98e211e58dd6ffbbaa9 authored over 2 years ago
Update README.md

f10f0cbf2f362eff4de4d7a83ac914555e14dc60 authored over 2 years ago
Initial commit

740318feb5a12659ab5bbb116f7df8f660386f26 authored over 2 years ago