Big-O
Time & space complexities of different-different alogrithms and data structure operations.
Apa itu Big-O?
Big-O adalah ekstensi Chrome yang dikembangkan oleh vinamracwsd, dan fitur utamanya adalah "Time & space complexities of different-different alogrithms and data structure operations.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Big-O
Unduh file ekstensi Big-O dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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...!!!!!! Informasi Dasar Ekstensi
| Nama | |
| ID | gkfnhjepojjgckmpdklfhnbemnddiphf |
| URL Resmi | https://chromewebstore.google.com/detail/big-o/gkfnhjepojjgckmpdklfhnbemnddiphf |
| Deskripsi | Time & space complexities of different-different alogrithms and data structure operations. |
| Ukuran File | 259 KB |
| Jumlah Instalasi | 2,000 |
| Versi Saat Ini | 0.0.1 |
| Terakhir Diperbarui | 2022-08-20 |
| Tanggal Publikasi | 2022-08-20 |
| Penilaian | 4.83/5 Total 6 Penilaian |
| Pengembang | vinamracwsd |
| [email protected] | |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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"
} | |