SaaSHub helps you find the best software and product alternatives Learn more →
Top 19 Go Algorithm Projects
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Go
Algorithms and Data Structures implemented in Go for beginners, following best practices. (by TheAlgorithms)
Project mention: Go Algorithms and Data Structures: Best Practices for Beginners | news.ycombinator.com | 2024-08-13Please, beginners, do not take "Best practices" too seriously. For example:
https://github.com/TheAlgorithms/Go/blob/master/strings/pali...
Can you tell how many extra memory allocations we are making to solve this problem? And how many are really needed? We could solve this with a for loop by directly comparing the characters and skipping non-alphabetical ones. This would be simpler to read and more efficient.
We should be careful with what we call "best practices for beginners", as they can sometimes lead to unnecessary complexity and inefficiency.
-
-
Stats
A well tested and comprehensive Golang statistics library package with no dependencies. (by montanaflynn)
-
-
-
-
go-edlib
📚 String comparison and edit distance algorithms library, featuring : Levenshtein, LCS, Hamming, Damerau levenshtein (OSA and Adjacent transpositions algorithms), Jaro-Winkler, Cosine, etc...
-
golang_learning
Awesome about Learning Golang Blog, Examples, Ebooks, Video, Algorithms, Leetcode,...
-
-
-
-
bool-expr-indexer
A fast boolean expression index implementation, especially for RTB ad selection. A Go implementation of the core algorithm in Standford and Yahoo's paper <Indexing Boolean Expression>
-
-
-
-
algorithm
This is the collection of solutions to some computer problems, mainly leetcode (by emikhalev)
-
-
Go Algorithms discussion
Go Algorithms related posts
-
Go Algorithms and Data Structures: Best Practices for Beginners
-
Looking for open source project for newbies in Golang
-
Please, check my stack implementation
-
Golang & Data Structures
-
Algorithms Implemented in Go (For Education)
-
Algorithms implemented in Go (for education)
-
Elements of Programming Interviews Judge Golang
-
A note from our sponsor - SaaSHub
www.saashub.com | 3 Dec 2024
Index
What are some of the best open-source Algorithm projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | LeetCode-Go | 33,076 |
2 | Go | 16,351 |
3 | codeforces-go | 5,325 |
4 | Stats | 2,930 |
5 | Data-Structures-and-Algorithms | 2,771 |
6 | algorithms | 799 |
7 | rtreego | 616 |
8 | go-edlib | 475 |
9 | golang_learning | 270 |
10 | iter | 184 |
11 | leetcode | 90 |
12 | pagerank | 83 |
13 | bool-expr-indexer | 74 |
14 | data-structure | 69 |
15 | amaze | 66 |
16 | grokking-algorithms | 24 |
17 | algorithm | 15 |
18 | tutorials | 10 |
19 | algo2 | 5 |