+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23

Thread: Multidimensional Arrays

  1. #11
    Join Date
    Oct 2008
    Posts
    4,060
    Blog Entries
    6
    Rep Power
    45

    Re: Multidimensional Arrays

    Great tutorial Chili - +rep
    Interested in participating in community events?
    Want to harness your programming skill and turn it into absolute prowess?
    Come join our programming events!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #12
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Multidimensional Arrays

    Excellent! Hope it helps.

    Thanks guys!

  4. #13
    Join Date
    Aug 2007
    Location
    Gizeh, Al Jizah, Egypt, Egypt
    Posts
    8,675
    Blog Entries
    12
    Rep Power
    81

    Re: Multidimensional Arrays

    very nice, how come i havnt noticed that
    ill +rep you when i can
    yo homie i heard you like one-line codes so i put a one line code that evals a decrypted one line code that prints "i love one line codes"
    Code:
    eval(base64_decode("cHJpbnQgJ2kgbG92ZSBvbmUtbGluZSBjb2Rlcyc7"));
    www.amrosama.com | the unholy methods of javascript

  5. #14
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Multidimensional Arrays

    Well you gave my +rep a few days ago. Glad you liked it!!!!

    Anybody try the minesweeper question?

  6. #15
    Steve.L's Avatar
    Steve.L is offline Programming Expert
    Join Date
    Sep 2008
    Location
    Ottawa,ON
    Posts
    445
    Rep Power
    15

    Re: Multidimensional Arrays

    Great intro tutorial for arrays. It would have been nice to see some more detail, such as the advantages and drawbacks of using the array data structure with regards to running time of general operations (appending, removing, searching, sorting). Regardless, excellent tutorial.

    +rep

  7. #16
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Multidimensional Arrays

    Thanks

    I haven't taught myself about analyzing running time yet. Thanks for the positive feedback.

  8. #17
    Steve.L's Avatar
    Steve.L is offline Programming Expert
    Join Date
    Sep 2008
    Location
    Ottawa,ON
    Posts
    445
    Rep Power
    15

    Re: Multidimensional Arrays

    When you do look into it, you'll want some discrete mathematics background (Big-Oh, Big-Omega notation, and how to formulate them). I also found that calculating relative running time went hand-in-hand with learning about data structures and algorithms, especially in C/C++. Easily managed an A+ in that course; it's really quite easy once you get the hang of it.

  9. #18
    Join Date
    Mar 2008
    Posts
    7,145
    Rep Power
    86

    Re: Multidimensional Arrays

    Great! What is discrete mathematics though?

  10. #19
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143

    Re: Multidimensional Arrays

    Discrete mathematics is a branch of mathematics that is usually taught in college.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  11. #20
    Steve.L's Avatar
    Steve.L is offline Programming Expert
    Join Date
    Sep 2008
    Location
    Ottawa,ON
    Posts
    445
    Rep Power
    15

    Re: Multidimensional Arrays

    I took it in grade 12, then a bit more advanced stuff in university. You learn about proofs, probability, counting rules, etc...

+ Reply to Thread
Page 2 of 3 FirstFirst 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Problem with multidimensional arrays and foreach
    By DEViANT in forum PHP Development
    Replies: 1
    Last Post: 08-22-2010, 08:31 AM
  2. Replies: 7
    Last Post: 07-10-2010, 02:42 AM
  3. Replies: 2
    Last Post: 11-02-2009, 05:59 AM
  4. Initializating multidimensional arrays
    By ThemePark in forum C and C++
    Replies: 3
    Last Post: 12-20-2008, 07:03 AM
  5. Returning multidimensional arrays from function
    By ThemePark in forum C and C++
    Replies: 11
    Last Post: 12-01-2008, 07:04 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts