Ecosyste.ms: OpenCollective

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

github.com/TheAlgorithms/Solidity

Algorithms and data structures implemented in Solidity
https://github.com/TheAlgorithms/Solidity

added test for armstrong number contract

bfd6b81edd1e933cf3aec30d39783b435be001f7 authored over 2 years ago
fixed typo in modulo.sol

8057e8962d8f6032a61b43e72870f1c299830c03 authored over 2 years ago
re wrote fib test

3e58e49c903dacea8cc74eaaf7232c678c49c59c authored over 2 years ago
added gitignore

d388422db9cea21386d5af83cbdd3ec59845e357 authored over 2 years ago
converted to foundry

de8bbcf0955a374e50aefd26d5e35949c081496d authored over 2 years ago
Update MulArray.sol

3724f8adcebeebcfe421a5d988a8a58208acc2d7 authored over 2 years ago
Update AddArray.sol

453b2294b13df995ba96d48d24e734c8893556c3 authored over 2 years ago
Added an endline.

887be4a7aa0372c7ae2c6ca139512f1af203a383 authored over 2 years ago
Added array sum and array product.

acdd07dfaa64fa6f7c6910b96c2047d346b1d3dc authored over 2 years ago
Merge pull request #9 from TheAlgorithms/setup_gitpod

feat: Setup the Gitpod Ready-to-code service by @Panquesito7

3f8d761e49e4967acd4020fdef2c68b2558b7911 authored almost 3 years ago
feat: Setup the Gitpod Ready-to-code service

89b8e933e6d3fef6a45b28620518895a2174804d authored almost 3 years ago
feat: add perfect square functions (#8)

* feat: add perfect square functions

* fix: add missing endline

* Fix Prettier issues

C...

83269883baf94734d130a03d011bf7855d4c2a88 authored almost 3 years ago
fix: remove useless comment

Prettier action failed : remove useless comment

eaf5d0d71ae5675821eea661c28d21e3895c81a3 authored almost 3 years ago
Merge pull request #7 from iSumitBanik/fix-factorial-contract

[fix] logic for iterative factorial function #6 by @iSumitBanik

84c00046794ab5d1547556edf53bde2398c19f87 authored almost 3 years ago
[fix] logic for iterative factorial function #6

16a545cea5ec5bc5c3a32cf7caae8f0aafab22e3 authored almost 3 years ago
Merge pull request #3 from wenceslas-sanchez/math

Fibonacci first implementation by @wenceslas-sanchez

d505334c63ae4b49fb4b501fe8a1b85609771232 authored almost 3 years ago
Correct CI fitter (#5)

* 👷 setup Solidity code formatter

* 👷 change contract .sol location

* 👷 change contract .s...

6d038b3e4131636485dc6defa7949b7789ad2385 authored about 3 years ago
👷 setup Solidity code formatter (#4)

* 👷 setup Solidity code formatter

* 👷 change contract .sol location

* 👷 change contract .s...

2f435dfce1a28aa024ae67553940c0021f6a655c authored about 3 years ago
✨ add factorial contract

278ba05099172d29abb04f27cd8bc97aefa246bb authored about 3 years ago
✏️ rename contracts

7d3756ae1d52d46453b4b250a3d9379b89002f35 authored about 3 years ago
✨ add Armstrong number contract

df07d98d17d05a84d482b697d42669ed559b6b2b authored about 3 years ago
✨ add Lucas Sequence contract

dba6214be0bce945183ed62551f86f9a6a205ad2 authored about 3 years ago
🐛 fix contract instance for testing

63af24b240e22a0fa0e31ac5ee23a1b031225de3 authored about 3 years ago
📝 replace title with notice for function description

6b3d14749f49b8b0ea5d8e166fca30e79a418bd2 authored about 3 years ago
📝 udpate docstring

77b600d44f60a6f0114e02c9469a22f861c41f6b authored about 3 years ago
⚡️ reduce num of cached values

c480503f598d1f5092b0d9d9ec1abc8347ef1076 authored about 3 years ago
📝 add function/contract comments

5f6f9b3ca75ad1d7c87ab95c4ce071652f8c9d84 authored about 3 years ago
🐛 fix index issue (3 first values non computable)

8079992edecdc15de5114a13c581c1c72d026d8c authored about 3 years ago
✅ test Fibonacci contract functions

c2efd523fdb6f6ae436dc69f8da9a059a54e2974 authored about 3 years ago
🚀 finished fibonacci contract implementation

c6a618fb5af4844030ed5f3d2c4af5045037917d authored about 3 years ago
✨ add Fibonacci naive recursive implementation

4a6c83810ac882063656e68ac0163add82303aec authored about 3 years ago
Update README.md

e5ea1c713c36fab3ceee830ffaf12d21a3ad46fa authored about 3 years ago
feat: add basic mathematics algo for the solidity repos (#1)

* ⚡ Add sumDigit contract

* ⚡ Add subDigit contract

* ⚡ Add divideDigit contract

* ⚡ Ad...

f69632de13c888c84b23df398608070a619aa178 authored about 3 years ago
Initial commit

d8535e404f952cddabf9a0f0d3b40a3aec30ef3d authored about 3 years ago