User Profile

Collapse

Profile Sidebar

Collapse
kristineg
kristineg
Last Activity: Oct 17 '20, 03:39 AM
Joined: Oct 15 '20
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kristineg
    replied to polynomial operations
    in C
    I am using C++. thank you both Banfa and dev7060 for the advice. it starts making sense now when i have a little theory. dev7060, i will have a deep study of your code and reach out for the doubts. thank you so much. your post was very helpful.
    See more | Go to post

    Leave a comment:


  • kristineg
    replied to polynomial operations
    in C
    could you please explain how to get into the implementation part?
    thanks a lot for the previous explanation but ugh this is bugging me out for long now LOL. i tried reading online and am stuck in one way or the other. there's only code but no clear explanation to me. i understand the list preparation part but everything after that seems just out of the context.



    Code:
    
    Node *last = *head_ref;
    ...
    See more | Go to post

    Leave a comment:


  • kristineg
    started a topic polynomial operations
    in C

    polynomial operations

    i've got this assignment where the task is to add and multiply polynomials. my question is could it be maintained in the array data structure to make the operations easier? does the algorithm choice have an effect on the data structure?
    See more | Go to post
No activity results to display
Show More
Working...