Big-O

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

Big-O là gì?

Big-O là một tiện ích mở rộng Chrome được phát triển bởi vinamracwsd, và tính năng chính của nó là "Time & space complexities of different-different alogrithms and data structure operations.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Big-O

Tải xuống các tệp mở rộng Big-O dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Big-O Big-O
ID gkfnhjepojjgckmpdklfhnbemnddiphf
URL Chính Thức https://chromewebstore.google.com/detail/big-o/gkfnhjepojjgckmpdklfhnbemnddiphf
Mô tả Time & space complexities of different-different alogrithms and data structure operations.
Kích Thước Tệp 259 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-08-20
Ngày Phát Hành 2022-08-20
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển vinamracwsd
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}