+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 11 to 16 of 16

Thread: data structure program in C++

  1. #11
    Newbie Scobcode is an unknown quantity at this point
    Join Date
    Dec 2008
    Age
    35
    Posts
    16

    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. #12
    Newbie djsavycode is an unknown quantity at this point
    Join Date
    Dec 2008
    Posts
    1

    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

  3. #13
    Newbie Scobcode is an unknown quantity at this point
    Join Date
    Dec 2008
    Age
    35
    Posts
    16

    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.

  4. #14
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,698
    Blog Entries
    57

    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)
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  5. #15
    Newbie Scobcode is an unknown quantity at this point
    Join Date
    Dec 2008
    Age
    35
    Posts
    16

    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.

  6. #16
    Super Moderator WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther has much to be proud of WingedPanther's Avatar
    Join Date
    Jul 2006
    Age
    36
    Posts
    11,698
    Blog Entries
    57

    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.
    CodeCall Blog | CodeCall Wiki | Shareware
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

+ Reply to Thread
Page 2 of 2
FirstFirst 1 2

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Replies: 8
    Last Post: 12-16-2009, 01:53 PM
  2. Tutorial: Starting C# with C# 2008 Express Edition
    By Jordan in forum CSharp Tutorials
    Replies: 20
    Last Post: 07-27-2009, 04:45 AM
  3. Choosing the right language / data structure / Interface
    By ups in forum General Programming
    Replies: 1
    Last Post: 09-20-2008, 09:11 AM
  4. Need a data analysis program for a project
    By yellowbus in forum General Programming
    Replies: 2
    Last Post: 02-13-2008, 04:24 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

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