Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rehansaeed/.net-big-o-algorithm-complexity-cheat-sheet
Big-O complexities of common algorithms used in .NET and Computer Science.
https://github.com/rehansaeed/.net-big-o-algorithm-complexity-cheat-sheet
algorithm big-o c-sharp collections common-algorithms complexities computer-science dotnet time-complexity
Last synced: 11 days ago
JSON representation
Big-O complexities of common algorithms used in .NET and Computer Science.
- Host: GitHub
- URL: https://github.com/rehansaeed/.net-big-o-algorithm-complexity-cheat-sheet
- Owner: RehanSaeed
- License: mit
- Created: 2015-10-13T11:10:12.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T12:27:38.000Z (5 months ago)
- Last Synced: 2024-11-05T05:03:06.649Z (3 months ago)
- Topics: algorithm, big-o, c-sharp, collections, common-algorithms, complexities, computer-science, dotnet, time-complexity
- Language: HTML
- Homepage:
- Size: 292 KB
- Stars: 430
- Watchers: 18
- Forks: 66
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .NET Big-O Algorithm Complexity Cheat Sheet
Shows [Big-O](https://en.wikipedia.org/wiki/Big_O_notation) time and space complexities of common algorithms used in .NET and Computer Science. You can see which collection type or sorting algorithm to use at a glance to write the most efficient code. This is also useful for those studying Computer Science in University or for technical interview tests where Big-O notation questions can be fairly common depending on the type of company you are apply to.## View The Cheat Sheet
#### [HTML](https://rawgit.com/rehansaeed/.NET-Big-O-Algorithm-Complexity-Cheat-Sheet/main/Cheat%20Sheet.html)
#### [PDF](https://github.com/RehanSaeed/.NET-Big-O-Algorithm-Complexity-Cheat-Sheet/blob/main/Cheat%20Sheet.pdf)
#### [PNG](https://github.com/RehanSaeed/.NET-Big-O-Algorithm-Complexity-Cheat-Sheet/blob/main/Cheat%20Sheet.png)![.NET Big-O Algorithm Complexity Cheat Sheet](Cheat%20Sheet.png)
## Credits
All credit goes to the creator of the Big-O Algorithm Complexity Cheat Sheet [Eric Rowell](https://twitter.com/ericdrowell) and the many contributors to it. You can find the original [here](http://bigocheatsheet.com/). I simply added .NET specific bits to it.