Ecosyste.ms: OpenCollective

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

github.com/TheAlgorithms/Go

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

test: add TestFloydWarshall (#373)

ace84abac9b9561c2f7a7e62c55cee12ec81bc98 authored over 3 years ago
chore: merge Added Straight Line Algorithms in the math directory. (#362)

* added dir and tests for straight lines

* added straight lines to README.md

* formatted t...

e14ac15717b04ca80fa6c5fc400c3d69a75fb68c authored over 3 years ago
feat: reverse bits (#371)

1e5c5286c7498dffb49024797e7d2346e387153a authored over 3 years ago
docs: fix invalid path to file (#372)

Co-authored-by: Andrii Siriak <[email protected]>

2655a05c10f8184beb3d8019427dbeb88c8c76de authored over 3 years ago
Add math improvements (#366)

9d18802c042c0769b0b154c4aa18fefa00e2d117 authored over 3 years ago
Adjust instructions in CONTRIBUTING.md (#369)

8ba0724373c17a80f23bd1b30430156d8f22809a authored over 3 years ago
Add Edit Distance Problem (#363)

Co-authored-by: Rak Laptudirm <[email protected]>

bb8c0b837b838a2d6a067173bd46b379aba67764 authored over 3 years ago
Add error value to search and add related benchmark (#364)

* feat: added error for when target not found

* test: change tests name to match functions na...

c72db0460f1fcd181bc6fe6c5f5fdd0d5f1da577 authored over 3 years ago
feat: generate parentheses (#361)

28ede291de091587b1e87975d07b7c35c41835db authored over 3 years ago
Add is power of two (#358)

* feat: is power of two algorithm

* fix: add doc and rename files

* fix: text for tests

...

420ddd6905c7492ff31b57b0565f9c2fee3f32cd authored over 3 years ago
Change binary tree traversal implementation and add the test (#360)

* add btree test file

* change binary tree traversal implementation and add btree traversal t...

a91ef217470d5eaa5a674839c22c5a2cde2fbb66 authored over 3 years ago
Update iterBinarySearch and add tests (#247)

Co-authored-by: Rak Laptudirm <[email protected]>

adc50ebcc4b9da26617d7adea986e6be93c5a1f5 authored over 3 years ago
Add btree tests (#356)

26b0e2d46dcfaab9068dd322b3ef018341a204cc authored over 3 years ago
Add monte carlo pi calculation (#354)

87f185cc1cb6f9a16188146471e7535685241de9 authored over 3 years ago
Updated README to include new int to roman function (#355)

40a975fa4943e9b1b352d3322eb5bce7f5fdaf68 authored over 3 years ago
Optimize roman to int and adde int to roman (#353)

Co-authored-by: Andrii Siriak <[email protected]>

f2ca9030c07da0db864827846abcbd919c379dec authored over 3 years ago
Add calculating factorial (#352)

1fce86c0269c820a04a59e509970016df335a913 authored over 3 years ago
chore: merge "Feat: arithmetic mean (#351)"

* feat: add an algorithm for finding the maximum number without using conditional operators

*...

d700f6ae8d53e8d74d43974f3cdf999e019e718d authored over 3 years ago
Find a missing number in a sequence (#350)

012bdbc614d8acac3a1df8aa0ad49c207f83b5b2 authored over 3 years ago
Add powers in terms of logarithms (#348)

1fb424c8588d24f1e94e536ba9ad6091e8ee5b52 authored over 3 years ago
chore: merge "feat: add Graph Coloring algorithms (#349)"

* feat: add Graph Coloring algorithms

* chore(graph): styling & naming changes

4edb8021663157bf4bba8e67ae766134aa347d6b authored over 3 years ago
feat: add bitwise max (#347)

* feat: add an algorithm for finding the maximum number without using conditional operators

bcb29db7032062f708626a85b8ea8ddeab1572a2 authored over 3 years ago
Unleash full power of the stale workflow

63400d5c7e93f6b9657d8782392a1f3c6fbb1efa authored over 3 years ago
Add working workflow for stale items (#346)

0250a579bd319642f85bce52e9fec931379f7037 authored over 3 years ago
Update stale.yml

e7b0fe7e804211c732c5801acf19234c2c21b836 authored over 3 years ago
doc: fix: Fix links in README.md (#345)

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

4d732334b018c4186f090c8917876965cc3daade authored over 3 years ago
Add tests on DepthFirstSearch (#299)

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: Andri...

d2f12849df76203d80762ceca5105531d3424384 authored over 3 years ago
Add some functions in the linkedlist directory (#341)

* Add AccessNodesByLayer Function, which is used to access nodes layer by layer instead of print...

b2e79af22e2bc072024de9b2036e06282378c252 authored over 3 years ago
doc: fix: Add empty test files for packages that don't need test (#342)

1f2df3307b8f17e777aa8d524a998b0a8f81a2cc authored over 3 years ago
doc: fix: Added documentations that works with the autogenerated documentation (#339)

* doc: fix: Add documentation that works with the autogenerated documentation

* Update go.mod...

8cfdb2f00c17e5a8776b42218446149d6733c9e1 authored over 3 years ago
fix: change directory structure to idiomatic go directory structure (#333)

* fix: restructured directory structure

* fix: minor name changes and updated README.md in li...

59b98b82a5ccc5682a949bfc2c15a13805db0568 authored over 3 years ago
Correct types in caesar.go (#331)

Co-authored-by: Andrii Siriak <[email protected]>

5ac0bd5719c60713ff73a5b1ef8c40b075a78d1a authored over 3 years ago
chore: add AVL tree (#297)

* adding AVL tree

Signed-off-by: Zzocker <[email protected]>

* updating go.mod with as...

e498a6961aab59a3f2bc091c06779cde84e41830 authored over 3 years ago
doc, test: genetic algorithm (#338)

c3de81ff3da882f35d7dd4570be8a44aa9896b81 authored over 3 years ago
Update some functions in the btree directory (#334)

Co-authored-by: Yaolin_Li <[email protected]>
Co-authored-by: Andrii Siriak <[email protected]>...

f37786a95af51365f010af5a4beb28a26fb7d839 authored over 3 years ago
golang_lint_and_test.yml: Remove out-of-date comments (#332)

69bca29f463de2eb4d54c9677e32f391619949f0 authored over 3 years ago
Fix: A few structural changes to the repository and added missing tests and fixed some failing tests (#325)

* fix: RSA algorithm

* fix: rename xor cipher directory for better readability

* fix: sort...

afad8ff632a01d7eb44454ac6ec5f85ec15ff62f authored over 3 years ago
Add Linked Cycle List struct (#293)

Co-authored-by: Andrii Siriak <[email protected]>

4037fd72876e03a0d28b53c5ebea0f5e9e71e6df authored over 3 years ago
Add extended gcd (#307)

Co-authored-by: Christian Clauss <[email protected]>
Co-authored-by: Andrii Siriak <siryaka@gmail....

a50e4a6fe1081c2e369072078f40f5a392d73084 authored over 3 years ago
Cleanup romantointeger.go (#328)

Co-authored-by: Yaolin_Li <[email protected]>
Co-authored-by: Andrii Siriak <[email protected]>

2ce0de8a9c67dee9529663fd1c980e0b6294d00e authored over 3 years ago
Add test file for lcm (#302)

Co-authored-by: Andrii Siriak <[email protected]>

5654ce9e4cd0225bb19a897907d04b1307356c31 authored over 3 years ago
chore: Add Interpolation Search (#308)

066d15ef0699e9b279c62e1a91aebabf7169e99e authored over 3 years ago
Add moser-de bruijin sequence (#255)

fef0b9549aad1256839cd9525cd88ed7176d3fcc authored over 3 years ago
fix: Add docs and tests to IsBalanced (#326)

75b99a2b7143e141c1ddd5cf65f283967cdf4239 authored over 3 years ago
Use multiple assignment instead of a temp variable (#300)

Co-authored-by: Andrii Siriak <[email protected]>

5459f18e9cfac6233dad31172f5cc6a2090ac67e authored over 3 years ago
Fix failing tests (#324)

Co-authored-by: Andrii Siriak <[email protected]>

22c2739316fd67259049d56ed26f131e1b511c62 authored over 3 years ago
Add Stack and Queue Data Structures (#323)

* Add Queue Data Structure With Array, Linked-List, Container/List, and tests

* Add Stack Dat...

204a7378bcbfc69fd38cbe1e5f54ffe95e575573 authored over 3 years ago
Update CODEOWNERS

e24747c6c495afd58b68c2ecfd7dd4136231237a authored over 3 years ago
Remove design patterns (#321)

* Remove design patterns

* Remove inactive code owners

* Move set to data structures

81267bbbe7f446b79cf06b104736675f7f3f5800 authored over 3 years ago
Change filenames based on #319 (#320)

* docs: based on #319, all files changed to lowercase without '_' except for '_test.go' files

...

1ee70c11ddb937203fc340f6f3ea0a69c5ec2087 authored over 3 years ago
Update CODEOWNERS

3da34f8d87db46f82fac931a823f136d31216629 authored over 3 years ago
Add set data structure (#314)

Co-authored-by: Andrii Siriak <[email protected]>

86919b8cf03c26759eedf26c1885e71c308638ae authored over 3 years ago
Cover dynamic array with tests (#318)

089708a44bd0a16d530f8ad1acfb617888751d82 authored over 3 years ago
Merge branch 'master' of https://github.com/Miraddo/Go

07d700d1ddc7e1d18f20b3fd2a67f49f6bc67f2e authored over 3 years ago
updating DIRECTORY.md

5963c3058bad6a9dfbe3204c9f5d15d1324afcad authored over 3 years ago
updating DIRECTORY.md

1e42b5466c449831e04eb378e94e1931fd5a667f authored over 3 years ago
change directory name based on contributing guideline format and added comments and testcast #272 to dynamic array data structure

46e0651f986622db32df4f3d053af05de784a027 authored over 3 years ago
fixed pull request path CONTRIBUTING.md

273547e641e308f981c3f25faad384e50185eac7 authored over 3 years ago
Add stale bot

a82de6742d24755ca94701c6f6be67af47c16ab1 authored over 3 years ago
Apply code style (#313)

63455371c6225eec24137be88d93633c145a4c69 authored over 3 years ago
fixed genetic_algo.go

cdb65a24624d108af003fd39471b55de53e02c75 authored over 3 years ago
fixed name files and folders based on contribution guidelines

3eb77fef21d9cb36d56957db6ef610409fb9107a authored over 3 years ago
fixed contributing.md

3484eb0c3671fed596055246d11a52391f49c98c authored over 3 years ago
added pull request

4589cdaaa0fbb931a412bb4b870b2d620912a3ea authored over 3 years ago
updating DIRECTORY.md

48e0ccba4b9e7e2549b8fb00099b15b1374a4a52 authored over 3 years ago
fixed double linked list and create test for it

7b431d7a2f202238ea3308f07a566b736181fe3e authored over 3 years ago
updating DIRECTORY.md

0a282fa7834f443b4f4811649b57b8c9d8653a61 authored over 3 years ago
Merge pull request #157 from D4rkia/feat/genetic_algorithm

Add a missing "genetic algorithm" folder with a basic algorithm inside

e5b0b60c638e71906d5fd489dad1ccbb5eaa509c authored over 3 years ago
Add Discord badge in `README.md`

100e8df906a10ba2280350f7505fc4f8a18ea46b authored over 3 years ago
Update LICENSE

Update Copyright year.

3d47bf8b18412a7b71056123738b43a11b12b2eb authored over 3 years ago
Upgrade gloangci to v1.39 (#304)

7bd5ff1c631ed1d38e89e7702666dc41070bca2d authored almost 4 years ago
updating DIRECTORY.md

ff74b11878dc12a4fb948f87d5f6d92d6d7ed215 authored almost 4 years ago
Merge pull request #301 from kevinburchfield/heaps_algorithm

Heap's Algorithm for generating permutations for N objects

b8c1c6f5911d619d0014852fe6de9e9aef99fb92 authored almost 4 years ago
naming update

a26459b90495fc836ec9ec5c9f2dac6b87956e0e authored almost 4 years ago
Quicksort sorts in-place

b6b7905ec6632a537abd79fa564c4691703cd29f authored almost 4 years ago
Converting int to rune

a42da304ef7f743a20f8aeb2d5094f23cab903ce authored almost 4 years ago
Fix lint

ac5590df6e12864d54d849d319978ecb40ac37e6 authored almost 4 years ago
Heap's Algorithm

0eb6ade11b76bb37b3471bfd8a169a4989179ce5 authored almost 4 years ago
feat: added a few algorithms that will be used for rewriting RSA algorithm that currently fails the tests (#288)

* feat: added a few algorithms that will be used for rsa algorithm

* fix: renamed the directo...

8bc4e86f2fa69111bb961861796735c2562d3441 authored almost 4 years ago
updating DIRECTORY.md

e70140700d78b6fb10a56f0b7b7624b9bcc87f02 authored almost 4 years ago
Merge pull request #294 from mohamed-abdelrhman/master

feat: prototype pattern added

0af89999bc1d1ddf534476e101856dbba6ee2169 authored almost 4 years ago
feat: prototype pattern added

959228fb9b09d6ec69b4f54b0263f16b548689db authored almost 4 years ago
updating DIRECTORY.md

bca6e3ff91445f52011a7bbc7d8590cc90f899d5 authored almost 4 years ago
Merge pull request #292 from mohamed-abdelrhman/master

feat:builder pattern added to design patterns

20a3d10476446be66965a672165e402d72bf54b8 authored almost 4 years ago
fix:refactor unused functions in concrete builder

050ac927bd08194c69f8cd55cb46e81cc7902a2c authored almost 4 years ago
fix:refactor unused functions in concrete builder

74af3ef51c144ded516790454acbba70976afb57 authored almost 4 years ago
feat:builder pattern added to design patterns

1d57dc1fdc1129e3272b3f27bdd2870d65e1a323 authored almost 4 years ago
updating DIRECTORY.md

10a89dfa5f743188d8ba927907f9d88185caa933 authored almost 4 years ago
Merge pull request #285 from mohamed-abdelrhman/master

feat:factory method pattern added to designpatterns

9d4fcc1874e582bda4dfceea718d6fd84b67beed authored almost 4 years ago
feat:factory method pattern added to designpatterns

8cf5f6314c8648a2a9dae7e92fe0ca39e30cbb6b authored almost 4 years ago
updating DIRECTORY.md

ae2d6744ca12e5243607263fafe0f2efbf1db530 authored almost 4 years ago
Merge pull request #284 from mohamed-abdelrhman/master

feat: added abstract factory to design patterns

fa13f073d19896574a4e9836459a9120e1305c89 authored almost 4 years ago
feat: added abstract factory to design patterns

12da49702971d1fb46e384dceb709e6c4ce6d2a7 authored almost 4 years ago
updating DIRECTORY.md

e0e5eaa5e5b20266862a583a8f294af96afff48c authored almost 4 years ago
Correct BFS algorithm and tests (#279)

* Revise BFS algorithm implementation.

* Test for BFS

* Fix: Edit package name and structu...

d5c5780e8cfbe952b73b08c648367aec40ccce73 authored almost 4 years ago
updating DIRECTORY.md

04f4572ef969ee8ffa2f5447b10ae49b683ea70d authored almost 4 years ago
resolving missing cipher test from issue #272 (#283)

* resolving missing cipher test from issue #272

Signed-off-by: Zzocker <[email protected]...

2887895628e8cd7b67430c7c256fff66f0920010 authored almost 4 years ago
Update fastexponent.go

46af4158ad262c4c0360f60a52ab6d98f6644f43 authored almost 4 years ago
feat: Added a proper Modular Exponentiation algorithm (#275)

* fix: the algorithm handle for go get command

* fix: changed the required import from my rep...

21381acd88723f6e39c337be5a9d0885b6bcd586 authored almost 4 years ago
Fix: Tests work on the TheAlgorithms/Go repository (#273)

* fix: the algorithm handle for go get command

* fix: changed the required import from my rep...

c74c9b1d40964f596275c96168c284b8f730ec28 authored almost 4 years ago