Skip to content

Nav1Cr0ss/algorithms-lab2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Program

This Go program demonstrates sorting an array of integers using both in-memory and external sorting methods.

Prerequisites

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

Installation

go mod tidy  

Usage

To run the sorting program, use the following command:

go run cmd/lab_2/main.go [options]

Options

  • -algorithm: The name of algorithm (one_of: A*, BFS, LDFS default: "all")
  • -debug: Show additional info (default: false)

Testing

go test ./...

Note for laboratory work

.internal/ip-z21_stykhun_marian_lr2_2023.docx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages