The repository algorithms implemented on the Go
-
Updated
Feb 8, 2022 - Go
The repository algorithms implemented on the Go
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>
Package astar implements the A* search algorithm for finding least-cost paths.
DataStructure, Algorithm, Design Patterns in Golang
An implementation of LSH Forrest based off of the following paper (http://infolab.stanford.edu/~bawa/Pub/similarity.pdf).
GoSearch is a fast yet powerful search bar to replace the default windows search bar.
Implementation of K* k-shortest-paths algorithm
Algorithms, data-structures, patterns and various techniques written in golang.
GSearch is a search engine that utilizes inverted indexing for full text search written in go
A simple framework for ad impression forecasting in contextual advertising. A Go implementation of the core algorithm in Yahoo‘s paper <A Search-based Method for Forecasting Ad Impression in Contextual Advertising>
A minimal, lightweight structured data store designed for small applications, scripts and automation workflows. Built for simplicity, portability and low overhead.
A super-fast sliding puzzle solver, using the A* search algorithm with several heuristics
Distributed Searching: Server tasks slaves to search for client query in their respective chunks.
Data Structure and Algorithm with Go-lang
A fast, lightweight local full-text search engine for indexing and searching through your files (Markdown, text, and code). Built entirely in Go with inverted index data structures and persistent storage using BoltDB. A local full-text search engine for files and notes.
Data Structures & Algorithms implemented in Golang
A Golang implementation of the Aho-Corasick string-searching algorithm
Finding shader paramaters to re-edit an image in pure Go
A collection of common algorithms implemented in Go
A collection of search and sorting algorithms implemented in Go
Add a description, image, and links to the search-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the search-algorithm topic, visit your repo's landing page and select "manage topics."