This Go program demonstrates sorting an array of integers using both in-memory and external sorting methods.
Before running this program, make sure you have Go installed on your system. If not, you can download and install it from the official website: Go Downloads
go mod tidy
To run the sorting program, use the following command:
go run cmd/lab_2/main.go [options]
- -algorithm: The name of algorithm (one_of: A*, BFS, LDFS default: "all")
- -debug: Show additional info (default: false)
go test ./...
.internal/ip-z21_stykhun_marian_lr2_2023.docx