its all about Tables

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gatziegurl
    New Member
    • Feb 2008
    • 1

    its all about Tables

    What is the difference between a table and a vector?
    Why is a table also called a "MAP"?
    Why is a table also called a "dictionary "?
    Why is a table also called an associative array?
    pls help me!!!!
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    Originally posted by gatziegurl
    What is the difference between a table and a vector?
    Why is a table also called a "MAP"?
    Why is a table also called a "dictionary "?
    Why is a table also called an associative array?
    pls help me!!!!
    Vector is a like a single dimensional array.
    Map is called a dictionary you can store index and values
    like index -> value and you can access the value by searching for the index in the map.


    Raghuram

    Comment

    • sicarie
      Recognized Expert Specialist
      • Nov 2006
      • 4677

      #3
      Originally posted by gatziegurl
      What is the difference between a table and a vector?
      Why is a table also called a "MAP"?
      Why is a table also called a "dictionary "?
      Why is a table also called an associative array?
      pls help me!!!!
      Why can't you use Google or Wikipedia to search these yourself?

      Comment

      Working...