https://github.com/ayoubzulfiqar/thealgorithms
Blazzingly Fast Cutting-Edge Concurrent Generic Algorithms implemented in Go.
https://github.com/ayoubzulfiqar/thealgorithms
algorithm algorithms algorithms-and-data-structures go golang searching-algorithms sorting-algorithms
Last synced: 4 months ago
JSON representation
Blazzingly Fast Cutting-Edge Concurrent Generic Algorithms implemented in Go.
- Host: GitHub
- URL: https://github.com/ayoubzulfiqar/thealgorithms
- Owner: ayoubzulfiqar
- Created: 2023-09-01T07:46:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-08T14:17:48.000Z (over 1 year ago)
- Last Synced: 2025-01-03T19:15:57.604Z (6 months ago)
- Topics: algorithm, algorithms, algorithms-and-data-structures, go, golang, searching-algorithms, sorting-algorithms
- Language: Go
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Algorithms
This repository contains implementations of cutting-edge concurrent algorithms coded in Go.
The algorithms in this repository leverage concurrency & Generics to achieve blazing fast speeds not possible with traditional sequential approaches.
Each algorithm implementation is carefully optimized, tested, and benchmarked for efficiency and speed. Documentation provides overviews of the algorithms and guidance on optimal configurations.This collection provides cutting-edge building blocks to develop high-throughput, low-latency concurrent generic systems. The algorithms target throughput-oriented tasks like data processing, analytics, simulations, and more.
---
[Sorting Algorithms](algo/sort/sort.md)
[Searching Algorithms](algo/search/search.md)