Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    24
    Views
    3,417

    Re: Singly-Linked list structure

    Now it needs to be translated to programming terms. Computers use bits and bytes.
    Programs work with variables and memory contents.
  2. Replies
    24
    Views
    3,417

    Re: Singly-Linked list structure

    I'll let you do the translating to programming language from your project's terminology(jargon)
    Do you have a java programming question?
  3. Replies
    24
    Views
    3,417

    Re: Singly-Linked list structure

    If you want anyone to test your code, you need to post a complete program that compiles and executes.
    A small program that shows the problem without any other stuff that is not related to the...
  4. Replies
    24
    Views
    3,417

    Re: Singly-Linked list structure

    cossover phenomenon. given 2 dan strands
    d nucleotides from d position i+1 go d 2nd strand.
    d first i nucleotides of d 2nd strand

    None of that has any meaing for me.

    #3 in post#18
  5. Replies
    24
    Views
    3,417

    Re: Singly-Linked list structure

    You'll have to translate from the jargon you used in post#13 to something related to java programming.
  6. Replies
    24
    Views
    3,417

    Re: Singly-Linked list structure

    What is a String?
  7. Replies
    24
    Views
    3,417

    Re: Singly-Linked list structure

    Please explain you question. I don't understand what you are asking.
  8. Replies
    24
    Views
    3,417

    Re: Singly-Linked list structure

    By strand do you mean another linked list?
    Change the links to point to the front of the new list and change the end of the new list to be back into the original list.
    Draw it on a piece of paper...
  9. Replies
    24
    Views
    3,417

    Re: Singly-Linked list structure

    I don't do any work out of the public. If you want help you'll have to post code here with your questions.
    If you can isolate a particular problem to a small program that will help.
  10. Replies
    24
    Views
    3,417

    Re: Singly-Linked list structure

    Use the linked list class's methods to get the nodes one by one and assign them to an array slot as you get them.
  11. Replies
    24
    Views
    3,417

    Re: Singly-Linked list structure

    Can you explain what you are trying to do?
    "print out in an array" makes no sense to me.
    Do you want to extract nodes from a linked list and store them in an array?
  12. Replies
    24
    Views
    3,417

    Re: Singly-Linked list structure

    Do you have any code that you are having problems with?
    If so, post the code and ask questions about your problems.
Results 1 to 12 of 12