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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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...!!!!!!                    

擴展基本資訊

名稱 Big-O Big-O
ID gkfnhjepojjgckmpdklfhnbemnddiphf
官方網址 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
電子郵箱 [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"
}