Socket
Book a DemoInstallSign in
Socket

github.com/blackbackofficial/information-retrieval-systems

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/blackbackofficial/information-retrieval-systems

v0.0.0-20220414152354-1456b7554e61
Source
Go
Version published
Created
Source

Information retrieval systems

Description:

Course on information retrieval systems

  • 1: Show the number of comparisons and number of moves of Quicksort, InsertionSort, and BubbleSort on arrays of size 10, 20, 40
  • 2: Implement Balanced merging, Oscillated Sorting and Polyphase Sorting algorithms*
  • 3: The program that can search for a substring in a text using the Naive method, Boyer-Moore method, Knuth-Morris-Pratt method.

Run 1, 3 point

go run cmd/main.go

Run 2 point

cmake -B ./internal/lab2 -S ./internal/lab2
make -C ./internal/lab2/Makefile
./internal/lab2/main

Generate test files

input - input path,
output - sorted result path,
records - number to generate and calc,
block - size of buffer

python3 internal/lab2/utils/generate_input.py --output test.txt --records 1000

*made in C++ due to the peculiarities of the language (I just wanted to make my life difficult.)

FAQs

Package last updated on 14 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.