Skip to content

vladimir-popov/algorithms-part1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions for Algorithms, Part I

This repository contains my solutions for "Algorithms, Part I" course on coursera. Use scala-cli to run tests:

# Only one test from the ./week3/sorting/MergeSort.test.scala will be run
scala-cli test . --test-only 'MergeSortTest' -- -z "should sort arbitrary array"