Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 566 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 566 Bytes

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