SaaSHub helps you find the best software and product alternatives Learn more →
Go Alternatives
Similar projects and alternatives to Go
-
adventofcode
Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 and 2024 in Scala (by sim642)
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
Seaweed File System
Discontinued SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding. [Moved to: https://github.com/seaweedfs/seaweedfs] (by chrislusf)
-
-
-
-
JavaScript
Algorithms and Data Structures implemented in JavaScript for beginners, following best practices. (by TheAlgorithms)
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Go discussion
Go reviews and mentions
-
Go Algorithms and Data Structures: Best Practices for Beginners
Please, 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.
-
Looking for open source project for newbies in Golang
https://the-algorithms.com/language/go and code that goes with it: https://github.com/TheAlgorithms/Go. I was reviewing some algo theory a while back and ended up just creating a java project with my own implementation of heap, tree traversals and so on. It's a really simple way to try to get familiar with some core concepts of any language. Just food for thought. Also all the exercises are pretty self contained. Eventually you most likely want to go beyond this but it'll get your feet wet.
-
Please, check my stack implementation
I followed your link to This.
-
Golang & Data Structures
https://github.com/TheAlgorithms/Go https://github.com/Workiva/go-datastructures https://github.com/ua-nick/Data-Structures-and-Algorithms
-
My Favorite Language has Changed to PHP
GO: https://github.com/TheAlgorithms/Go/blob/master/sort/mergesort.go
- Algorithms Implemented in Go (For Education)
- Algorithms implemented in Go (for education)
-
7 subjects (and GitHub repositories) to become a better Go Developer
View on GitHub
-
Gopher Gold #15 - Wed Oct 14 2020
TheAlgorithms/Go (Go): Algorithms Implemented in GoLang
-
A note from our sponsor - SaaSHub
www.saashub.com | 17 May 2025
Stats
TheAlgorithms/Go is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Go is Go.