这是indexloc提供的服务,不要输入任何密码
Skip to content

GlennSandoval/MedianOfMedians

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MedianOfMedians

C# implementation of Median of Medians

see: http://en.wikipedia.org/wiki/Median_of_medians

Given a collection of unsorted numbers, find the median without sorting the entire list.

This project is intended for educational purposes. It is good for students and anyone learning C#. It is not meant to be an optimal solution or example of good coding practices.

Technical Details

  • Built with .NET 9

Getting Started

Prerequisites

  • .NET 9 SDK or later

Building the Project

dotnet restore
dotnet build

Running Tests

dotnet test

About

C# implementation of Median of Medians

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages