epi
Problem library
A collection of Go implementations for common algorithmic and data structure problems.
Solutions for Elements of Programming Interviews problems written in Golang (work-in-progress)
530 stars
21 watching
97 forks
Language: Go
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mykoweb/epi-go | A collection of Go solutions to common programming interview questions and challenges | 56 |
shady831213/algorithms | A collection of algorithms and data structures implemented in Go. | 805 |
dedis/kyber | A comprehensive cryptographic toolkit for Go developers | 643 |
eapache/go-resiliency | Provides resiliency patterns and implementations for Go applications to handle failures and exceptions. | 2,223 |
e-xpertsolutions/go-cluster | Implementation of k-modes and k-prototypes clustering algorithms in Go. | 43 |
christopherrabotin/ode | An ODE solving library for Go with support for multi-dimensional states and various numerical methods. | 22 |
hmdsefi/gograph | A Go library for creating and manipulating graphs of various types | 67 |
daviddengcn/go-pr | A Go package for building pattern recognition applications | 66 |
rjnemo/underscore | A set of functional programming helpers for the Go language | 109 |
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
derekparker/trie | A Go library implementing a data structure for fast prefix and fuzzy string searching | 763 |
esemplastic/unis | A common architecture for string utilities in the Go programming language | 70 |
tomcraven/goga | A Golang library implementing a genetic algorithm with configurable simulator, selector, and mating components. | 219 |
teaentitylab/fpgo | A Golang library providing functional programming features and Rx-style coding capabilities. | 348 |
namit/the-go-programming-language | A collection of notes, examples, and exercises from the official Go book. | 2 |