CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2015
    Posts
    21

    topics about lists 3 hard questions

    Name:  difficult.jpg
Views: 242
Size:  12.9 KB
    anyone knows these 3 hard questions? dont know the answer
    Last edited by tonsonson; February 21st, 2015 at 02:38 AM.

  2. #2
    Join Date
    Jul 2013
    Posts
    576

    Re: topics about lists 3 hard questions

    Quote Originally Posted by tonsonson View Post
    dont know the answer
    This is not a puzzle anymore like the ones you posted before (which tests general logical aptitude).

    This is a knowledge question you must work out on your own because otherwise you're no learning. It's the process that leads up to the answer that's important, not the answer itself.

    So just get started and only ask for help if you get seriously stuck or want to discuss your solution.
    Last edited by razzle; February 22nd, 2015 at 05:12 AM.

  3. #3
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,822

    Re: topics about lists 3 hard questions

    These are questions to which you either know the answer or you don't. if you don't then you need to read up on the topic until you do. I would recommend a book on data structures and algorithms. There's also plenty of internet sites that discuss in depths these topics as a quick search will reveal.
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  4. #4
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: topics about lists 3 hard questions

    wait... a "simply linked list" ? wot ?

    more teachers failing at properly asking questions ?

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured