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.”。
扩展截图
下载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...!!!!!! 扩展基本信息
| 名称 | |
| 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"
} | |