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

Refactor bubble_sort.go

3576bdaed19b3ed07f6a8716acb8e67931d72d08 authored over 4 years ago
Fix lint code of sorts_case_test effect other code

9b0f822742c37a28fe06c04126ba9a2b8145f822 authored over 4 years ago
Update README.md

8f33af5c640162eeb73bf5d1df58072d89519106 authored over 4 years ago
updating DIRECTORY.md

69dc53293c1d782d217e6b55a562b83007e106ed authored over 4 years ago
Merge branch 'master' into master

b00521fa2c7f722ebf0462ccae91862333e5909f authored over 4 years ago
Create Rot13 and minor updates

2765275b1687bda84aaaa5d4c7072b48c7814ac2 authored over 4 years ago
Merge pull request #164 from EasonWang01/patch-1

chore: delete git lines

11600c5868cd2bedff28a65d2e759ea06d58acec authored over 4 years ago
chore: delete git lines

f1bd08bd7487d70b545b9c6dd990359652f5d17e authored over 4 years ago
Fix golint

6d09e8353e560dddfe1ceee62a376a43fc2b2700 authored over 4 years ago
whoa mind in awe

2059c601b21e60b5aa04882fb64849bfc40921c6 authored over 4 years ago
Improve comments

af323c9d0b4d2b6b1c708809f9862f5ee9ba5dda authored over 4 years ago
Add basic string genetic algorithm

bba6aba829769fc034419db5349ffe4c3e99fad2 authored over 4 years ago
Merge pull request #101 from apple-han/master

BinarySearchTree delete wrong

4b93143fdf013a45a5ebcb2624ad89c2b4c90058 authored over 4 years ago
updating DIRECTORY.md

fe9bb1beece53f7bac5500563ca458a8e5bae8c9 authored over 4 years ago
Merge pull request #60 from luiz-mai/levenshtein-distance

Levenshtein distance

8eb370a60ffaca3cae37c04536852d5b785223ff authored over 4 years ago
Merge remote-tracking branch 'origin/master'

e9a2d3dc8b79217f278e6e7785390e00631e51c8 authored over 4 years ago
Standard formatted the Repo

I manually ran go fmt for each file on the repo,tried writting a python script but it backfire o...

7a06c93657f75c0ef29d9c1dc0fa934d865c6e02 authored over 4 years ago
updating DIRECTORY.md

ca23fb25ca1481c3e6235a2c4a7d3b58975cabde authored over 4 years ago
Merge pull request #153 from brayo-pip/master

Standard formatting

5586beb67a46abde3ac4b7f4d87b315ebe9dd909 authored over 4 years ago
Merge branch 'master' into master

4ee4e70e93f68b211fd50ab1ecb2a1994f0df698 authored over 4 years ago
Merge pull request #98 from keob/patch-1

fix #97

f417633daadedbcadb715b10c08e83a7750e5d28 authored over 4 years ago
updating DIRECTORY.md

0a4be73e53873f9b9cd892f448c2e4d7469a6555 authored over 4 years ago
Binomial coeffiecients

added dynamic algorithm for binomial coefficients

860dd26179356b1e7d95400f6ae5638a090c6312 authored over 4 years ago
updating DIRECTORY.md

8662301547cb6b66fa1336e70155cd3e348c6889 authored over 4 years ago
Monte Carlo Pi algorithm

add Monte Carlo Pi algorithm

d6109e734edc1325980c660e4c9b65479ee3aa48 authored over 4 years ago
updating DIRECTORY.md

e04399c723c5a38b3ee663bbfc8692fc80606f9e authored over 4 years ago
Merge pull request #121 from code4EE/my-sort

added counting sort

cd4629eefefa7c26a56696ec63c3259c07392e7e authored over 4 years ago
updating DIRECTORY.md

39788aad29192eeb9052b1fe27582691e59f3c8d authored over 4 years ago
Merge pull request #143 from iko1133/add-floyd-warshall-graphs

Added implementation of Floyd-Warshall algorithm

13cba6b786fe71a685718d44400017ee1f3f1168 authored over 4 years ago
Merge branch 'master' of https://github.com/brayo-pip/Go

d93f53243443da88bd431337bde435954b9628cc authored over 4 years ago
Standard formatting

I ran go fmt for every single go file in the repo. Maybe this can be automated via Github Actions

86024c571fb9c685b2a924753bdd9a3951af74d8 authored over 4 years ago
Update README.md

6fcebd13c8beb583fcb8a82c3543a43bcd8d0954 authored over 4 years ago
updating DIRECTORY.md

51744debde58962d88277a05dde87ee5453c1226 authored over 4 years ago
Merge pull request #151 from rxaru/master

implemented dfs, bfs

ffa7508848ba0cf1413390cdad68f34143a782bf authored over 4 years ago
removed necessary comments

5ff916acf1914c702d8192bd73ec7bf3a497b5d8 authored over 4 years ago
implemented dfs, bfs

c5bb51e9cd0ac1f6ea6650e117bfcc341a0df8a8 authored over 4 years ago
updating DIRECTORY.md

6585799ea86d455d96bd0b9455bdcffb04fb594b authored over 4 years ago
Merge pull request #150 from ss14/master

add search tests

c6e55e9eadbdfc80d5f586a2deef08fc7fc7afbd authored over 4 years ago
updating DIRECTORY.md

4c7a731221d601f8ddff00637d03aef17f37cabf authored over 4 years ago
Merge pull request #140 from rxaru/master

added Knapsack problem in dynamic-programming

064207754258bcb8243d03d0ef307401568d3737 authored over 4 years ago
renamed napsack.go to Knapsack.go, changed using struct to using weight, value slice, changed printing all to printing max profit.

2cb5f1e3dd107b3e58f41a123d84b89b193209b9 authored over 4 years ago
add search tests

33f933f8c0c2086173593a5a48f4908849fd2021 authored over 4 years ago
Re-recreate #146 (#148)

* Re-recreate #146

#146 Do not merge if tests are failing.

* working-directory: sorts

*...

40fd3d22975b431c4fd4c7b1e46aa852a72100a8 authored over 4 years ago
Update golangci-lint.yml

0c4309e603851d62ae3848278dbe1db551517c59 authored over 4 years ago
Recreate #146

#146 Do not merge if tests are failing.

ee0b062e92b628a028aad071d04a87c7474a9d9e authored over 4 years ago
Revert "golangci-lint.yml: Upgrade go and Actions" (#147)

c37c7eac20da3c22df2ae186681915ef7f7a3bde authored over 4 years ago
Merge pull request #146 from TheAlgorithms/golangci-lint.yml-Upgrade-go-and-Actionscclauss-patch-1

golangci-lint.yml: Upgrade go and Actions

f101d64e9576748212e0ecba46db910eced343c8 authored over 4 years ago
Update golangci-lint.yml

c3d04b6e3682b7d490b2daa87ae9c8e9e608675c authored over 4 years ago
args: --issues-exit-code=0

325b65b171d75501e035afb5244500e14562d67d authored over 4 years ago
uses: golangci/golangci-lint-action@v1

414c246fc2dec71aa4e83774d99b1af349a76f63 authored over 4 years ago
golangci-lint.yml: Upgrade go and Actions

9634690473b38e19aa230e96b61db31d1131406b authored over 4 years ago
updating DIRECTORY.md

ad01f9d374d1cfb3b200402bd3d5148ec150a896 authored over 4 years ago
Merge pull request #144 from brayo-pip/master

Implemented RSA using math\big library

98af7cf76b231cf25392594a2af14b0ef62eb9d3 authored over 4 years ago
Merge pull request #126 from qzqsmile/update_bubblesort_swap

update bubblesort swap

3438c4833e31b2e762aaeefb2802d91d4ac17d25 authored over 4 years ago
Merge remote-tracking branch 'origin/master'

e8b4837e01e3f01efd3bdbf7c61ab45c245efa8c authored over 4 years ago
Merge pull request #1 from TheAlgorithms/master

Update

6beac18b4ec2d4ebd3b3dcfd52c23ff9cee4a363 authored over 4 years ago
Create RSAcipher(Big).go

An alternate implementation of RSA using the math/rand library. Uses 1024 bit encryption

c25bdc4e8ffebabefee7779f62abb4c82c82b522 authored over 4 years ago
Added implementation of Floyd-Warshall algorithm

48bb15492908ade2a963554308f0c83d47ee5ec8 authored over 4 years ago
move commented code to test file

0f34f657fd57bdc2078787c70d3cbdb6634879f5 authored over 4 years ago
added go modules integration

5fcb9e46b7494d833b09a9c0b9b56d7678ff8378 authored over 4 years ago
Made Hashmap exportable

86842bee8117082496df634ff3fca9f02ca7ed04 authored over 4 years ago
updating DIRECTORY.md

dd65dd3a1dd41f0d402008a63535682d90275d3e authored over 4 years ago
Merge pull request #141 from rajneesh44/master

Implemented Longest Common Subsequence in GoLang

7a94909fa3693dc048af718bf38c9f70e51997d1 authored over 4 years ago
DP-4 LCS

fba8a5b4e2ed192430563b5d41a2e9c7ee01eb4c authored over 4 years ago
updating DIRECTORY.md

fbf6eb0325a697f236f655f3475706bbd07dfbd6 authored over 4 years ago
Merge pull request #138 from halafi/master

fix naive pattern searching + add more string matching algorithms

f68c7b9d960af583bd37fdbd2d9c31a8ed99a5b5 authored over 4 years ago
Update NestedBrackets.go

3535f2c7ec7bf4b2b1424a7fad44f0a751ab509f authored over 4 years ago
Create fastExponent.go

4bc5b24b78b12786fb49858f4c49350d2d038df9 authored over 4 years ago
add solution of napsack problem with dp

8ee19d2792208bd7312a9df9425067558bbcba04 authored over 4 years ago
feat(strings): add algorithm implementations

318c44db8cf7f6a9202bba6ce85497f641195dee authored over 4 years ago
fix(naivestringsearch): was not working at all

f0fe7078c0fc6233139cc4a889ee58c83411724e authored over 4 years ago
minor edits

c8d63ef05c50e2bd368b6197c83c0598ed0b67b5 authored over 4 years ago
Minor updates

Fixed a bug I had introduced in NaiveStringSearch.go, cleaned up the unnecessary comments in di...

bdc2f27ef4f0c71f5a73b867f79a5dc313c999c4 authored over 4 years ago
minor edits

8422b48c4e335339d2173d32895e907f84510d05 authored over 4 years ago
minor edits

8e01f3d134dcddea9e8ab08b08e45ae06a476ede authored over 4 years ago
updating DIRECTORY.md

0d28a325b02da5754e022dd5c2e79480aa9bebba authored over 4 years ago
Merge pull request #129 from brayo-pip/master

Created Xor cipher

b3b7af265e2251520aed5d20a5b7ce2fc1e47b27 authored over 4 years ago
minor fixes

1e503ca70f8fd126ac7cfd5fa366044c8ab07ffe authored over 4 years ago
Added Diffie Key exchange

702eacca4d7695c3cacf5714500294a2814337e5 authored over 4 years ago
Merge pull request #125 from mdmuidulalam/master

Fix grammatical and spelling mistakes in README.md

9a7707c25b7955df7ed1444fd96a7cef51953367 authored over 4 years ago
Create diffieHellmanKeyExchange.go

4db3b0831debffbb724f3292eb73e0c6a46adf8b authored over 4 years ago
Update RSAcipher.go

f86861f16fa38814975efe24164ff2684b5ef49e authored over 4 years ago
Delete cachefile.dbm.dat

c462d05380aa3d11cb7eff9f9b6d35777adf39ee authored over 4 years ago
Delete cachefile.dbm.dir

6ea4bace2e9c6d027f500829abb45530a9ca3db9 authored over 4 years ago
Create RSAcipher.go

a2559202316ee8345fab7bde60294717d7b236fa authored over 4 years ago
Merge pull request #123 from brayo-pip/patch-1

Avoids Overflow Errors common in Binary search

552c01f697e94ce61ecccfa2d391f829e3297797 authored over 4 years ago
Merge branch 'master' of https://github.com/brayo-pip/Go

e8c257b61f2aaa8e7611e0972ad801a512f79057 authored over 4 years ago
Merge branch 'master' of https://github.com/brayo-pip/Go

a4ba99e59fb828f77e0a87fb417007efb72f4ebd authored over 4 years ago
Create xorCipher.go

A simple implementation of the Xor Cipher

a516ad13fe10ca0176216ae280a91ed71c229f76 authored over 4 years ago
Merge pull request #1 from TheAlgorithms/master

Go naming convention updates

3a6ca15171a63ad6b966d668f903e421776036b0 authored over 4 years ago
Revert "Update bubble_sort.go"

This reverts commit f3b9ecef8fa550dd5a2a083e260e0d042a6b9124.

dde9a7719454dcfec95c3c8d66464909fcd1f76a authored over 4 years ago
Update bubble_sort.go

A simplier more intuitive implementation

f3b9ecef8fa550dd5a2a083e260e0d042a6b9124 authored over 4 years ago
Updated variable names to Go's naming conventions

Updates to Go's naming conventions

a4e5bfa14f675171419519d9ca7e50d1b0ffeb82 authored over 4 years ago
Update naiveStringSearch.go

Properly implemented the algorithm.

e4c9d7a4507a6813383974aa659c614f64d6fc3c authored over 4 years ago
updating DIRECTORY.md

50597978e3ffbb5453ae0af8ab3e854463c24f14 authored over 4 years ago
Merge pull request #120 from wesllhey/feature/hash-map

hash map data structure

89c7a94e11afeb0708d9727c7f3715516ad1a7a8 authored over 4 years ago
update bubblesort swap

13e206ec18e18a9f5cc6b0650b561540f9e70ac9 authored over 4 years ago
Merge pull request #124 from brayo-pip/patch-2

Simplify the array looping

35db52b0b039b46cf7fb9c34a5659e6c285c4c65 authored over 4 years ago
Fix grammatical and spelling mistakes in README.md

8cb19d7fbf3026cc155ce5697a0694a12c297e52 authored over 4 years ago
Simplify the array looping

Uses range to loop over the array enchancing code readibility

89d49207f9d9d858e725fb2d5d1ff933fa7c2871 authored over 4 years ago