external sorting for golang
- Updated
Sep 12, 2025 - Go
external sorting for golang
External merge sort algorithm, implemented in Go
This project demonstrates an external sorting algorithm in Go, designed to efficiently handle large data sets that exceed available memory. The program reads a random string data set from a file, sorts it using an external merge sort technique, and writes the sorted output to a new file.
This repo was created for test task that count unique search frequency
Add a description, image, and links to the external-sorting topic page so that developers can more easily learn about it.
To associate your repository with the external-sorting topic, visit your repo's landing page and select "manage topics."