Big-O
Time & space complexities of different-different alogrithms and data structure operations.
Big-Oとは何ですか?
Big-Oはvinamracwsdによって開発されたChromeの拡張機能で、その主な機能は「Time & space complexities of different-different alogrithms and data structure operations.」です。
拡張機能のスクリーンショット
Big-O拡張機能のCRXファイルをダウンロード
Big-O拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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...!!!!!! 拡張機能の基本情報
| 名前 | |
| ID | gkfnhjepojjgckmpdklfhnbemnddiphf |
| 公式URL | https://chromewebstore.google.com/detail/big-o/gkfnhjepojjgckmpdklfhnbemnddiphf |
| 説明 | Time & space complexities of different-different alogrithms and data structure operations. |
| ファイルサイズ | 259 KB |
| インストール数 | 2,000 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2022-08-20 |
| 公開日 | 2022-08-20 |
| 評価 | 4.83/5 合計 6 レビュー |
| 開発者 | vinamracwsd |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
} | |