Big-O

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

O que é Big-O?

Big-O é uma extensão do Chrome desenvolvida por vinamracwsd, e sua principal característica é "Time & space complexities of different-different alogrithms and data structure operations.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Big-O

Baixe arquivos de extensão Big-O no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Big-O Big-O
ID gkfnhjepojjgckmpdklfhnbemnddiphf
URL Oficial https://chromewebstore.google.com/detail/big-o/gkfnhjepojjgckmpdklfhnbemnddiphf
Descrição Time & space complexities of different-different alogrithms and data structure operations.
Tamanho do Arquivo 259 KB
Contagem de Instalações 2,000
Versão Atual 0.0.1
Última Atualização 2022-08-20
Data de Publicação 2022-08-20
Classificação 4.83/5 Total de 6 Avaliações
Desenvolvedor vinamracwsd
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}