Big-O
Time & space complexities of different-different alogrithms and data structure operations.
Was ist Big-O?
Big-O ist eine Chrome-Erweiterung, die von vinamracwsd entwickelt wurde, und ihr Hauptmerkmal ist "Time & space complexities of different-different alogrithms and data structure operations.".
Erweiterungsscreenshots
Big-O-Erweiterungs-CRX-Datei herunterladen
Laden Sie Big-O-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Big-O helps aspiring software developers remember the time and space complexities of different programming algorithms and various other data structure operations. Now, you must be wondering how ? Well, it randomly shows a name of the algorithm or name of the data structure operation along with it's worst case time and space complexity. You can also check that how good or bad a complexity is in the options section, just right click on the Big-O icon and then click on options. By this, it becomes a fun and easy way to remember complexities of different programming paradigm. And we all know how important it becomes to have a good grip on various algorithmic complexities specially when you have a coding interview scheduled nearby. Well, what are you waiting for..? Add Big-O to your chrome browser NOW...!!!!!!
Grundlegende Informationen zur Erweiterung
Name | Big-O |
ID | gkfnhjepojjgckmpdklfhnbemnddiphf |
Offizielle URL | https://chromewebstore.google.com/detail/big-o/gkfnhjepojjgckmpdklfhnbemnddiphf |
Beschreibung | Time & space complexities of different-different alogrithms and data structure operations. |
Dateigröße | 259 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2022-08-20 |
Veröffentlichungsdatum | 2022-08-20 |
Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
Entwickler | vinamracwsd |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Big-O", "description": "Time & space complexities of different-different alogrithms and data structure operations.", "manifest_version": 3, "version": "0.0.1", "action": { "default_popup": "popup.html", "default_icon": ".\/logos\/logo-removebg-preview.png" }, "icons": { "16": ".\/logos\/favicon-16x16.png", "48": ".\/logos\/android-icon-48x48.png" }, "options_page": "options.html" } |