Closed Thread
Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: data structure program in C++

  1. #11
    Scobcode is offline Newbie
    Join Date
    Dec 2008
    Posts
    16
    Rep Power
    0

    Re: data structure program in C++

    Hmm!! Most of my class mates will accept you point with open arms. Even though our lecturer is gone through the course with a certain measure of hast. The me to catch and you to catch and you need to study is methodology being thrown at us. So I tell you as we would say it in Trinidad and Tobago "PRESSURE!!!!!!". But I am working on it!!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #12
    djsavycode is offline Newbie
    Join Date
    Dec 2008
    Posts
    1
    Rep Power
    0

    Re: data structure program in C++

    This looks like a really cool project...so which data structures do you really know how to use and have implemented yet

  4. #13
    Scobcode is offline Newbie
    Join Date
    Dec 2008
    Posts
    16
    Rep Power
    0

    Re: data structure program in C++

    the thing is the class that I am in went through - a data structure book fro Bruno Priess. He seems to be a good read, but you have to follow him really carefully to get his picture and advanced programming is a must. As of now my programming skill has alot of work to be done. Understanding concepts is one thing, to be come creative it takes time and practice.

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

    Re: data structure program in C++

    To really understand data structures requires a few things:
    1) the language you are working in (especially pointers)
    2) math (for understanding efficiency calculations and big-O notation)
    3) the pain of trying to accomplish some of these things without data structures (you can't appreciate a linked list until you've tried sorting of arrays of structs/classes)
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  6. #15
    Scobcode is offline Newbie
    Join Date
    Dec 2008
    Posts
    16
    Rep Power
    0

    Re: data structure program in C++

    This means that I will need to get programs and test their functionality to understand how to actually build the code even better?
    Ok then, - I still see having difficulty moving from standard english to code or algorithm and then just writing the code in the same format. What tutorials are you aware of that help you start the three level transformation so that I would be able to appreciate and do this much better. I know practice is part of the deal, just need some more guidance hear.

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

    Re: data structure program in C++

    Well, since you're working in C++, just learn it as well as possible.

    For the math, a discrete math course/book is a good place to start.

    Not using data structures generally means using dynamically allocated arrays, having to do things like mass copies when you run out of space in an array and need to allocate more space.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread
Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Music player data structure
    By PJB0515 in forum Programming Theory
    Replies: 1
    Last Post: 06-29-2011, 07:48 AM
  2. Data tree structure
    By theeno in forum Python
    Replies: 0
    Last Post: 01-14-2011, 12:22 PM
  3. tutorials for data structure using c
    By shiyamhoda in forum C and C++
    Replies: 2
    Last Post: 10-13-2010, 07:29 PM
  4. data structure to manage memory
    By onus in forum C and C++
    Replies: 0
    Last Post: 09-30-2010, 11:42 PM
  5. Few problems ... Algorithm and Data Structure
    By nt_virus in forum C# Programming
    Replies: 12
    Last Post: 03-31-2008, 09:59 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