Big-O

Time & space complexities of different-different alogrithms and data structure operations.

Big-Oคืออะไร?

Big-O เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vinamracwsd และคุณลักษณะหลักของมันคือ "Time & space complexities of different-different alogrithms and data structure operations."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Big-O

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
อีเมล [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"
}