Skip to content

This repo was created for test task that count unique search frequency

Notifications You must be signed in to change notification settings

sshaplygin/uniq-search-frequency

Repository files navigation

uniq-search-frequency

This is the CLI for task.txt. The test task is written in the format .txt in Russian.

Usage

Step 1. Without build binary file: go run ./

or

Step 1. Build app to binary. go build -o ./bin/cli
Step 2. Run cli ./bin/cli

Flags

CLI support next flags:

  • n - memory limit for first uniques search queries. default value = -1
  • input - input filepath default = input.txt
  • output - output filepath default = output.tsv
  • h - print helps about supported cli flags

Example:

    cli --n=3 --input=test.txt --output=test1.tsv

Links

Read more:

  • External sort link
  • Merge sort link
  • Impelemntation extenal sort in Go link

About

This repo was created for test task that count unique search frequency

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published