Skip to content

ernestomangia/CSharp-BigONotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Big O Notation - C# Examples

Big O notation is a metric to measure an algorithm's efficiency.

This solution contains C# examples based on the 'Cracking the Coding Interview' book.

Installation

Install Visual Studio 2022 Community edition

Install .NET 6 using the 'Visual Studio Installer' or from [here] (https://dotnet.microsoft.com/en-us/download/dotnet/6.0)

Usage

Run the Console app

Credits

Credits to the book 'Cracking the Coding Interview' by Gayle Laakmann McDowell 6th edition - 2015

Releases

No releases published

Packages

No packages published

Languages