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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}