Published on

Revision Resources

Authors

What you would want to Revisit:

  • These questions and the solutions

  • Good Pointers stuff

  • Also for recursion, which is made a dp problem forcefully go throught the basics of dp (This course is beautiful)

  • For linked lists

    • Problems based on reversing a list (inplace too)
    • Doubly linked list for arithmetic (add is easy, try to multiply)
    • Some arbitrary linked list problems (though the ones in lab were easy) but can be done from here
    • Weird but nice linked list implementation here
  • Matrix problems ! (Easy but need practice) [Resource]

Lab questions are repetitive most of the time based on similar ideas as in the Y17 lab resource(first point)


Good resources for CP in general:

These resources are probably enough to get started or even for a div 2C problem (experienced).

Hi, In case you want to discuss anything about this post, you can reach out to me over here.