Complexity Table -Data Structures Algorithms

Complexity Table -Data Structures Algorithms

It provides the complexity table of important data structures and algorithms in terms of the amount of time and data.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Complexity Table -Data Structures Algorithms",
  "description": "It provides the complexity table of important data structures and algorithms in terms of the amount of time and data.",
  "version": "1.0.1",
  "icon": {
    "16": "DSA_ICON_16.png",
    "48": "DSA_ICON_64.png",
    "128": "DSA_ICON_128.png"
  },
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}