4

I'm taking data structures and algorithm analysis class at college but don't know how to study... I need advice, by the way the language we're using is c++

Comments
  • 1
    You should just look at a bunch of code examples and really try to understand what's going on, maybe write out the process step by step. This was helpful for me when I was taking that class
  • 1
    @harleywewax any codes is fine or certain kind of ones are preferred ? Would you give any source?
  • 0
    I know a big part of our course work was sorting algorithms cprogramming.com was one I used to frequent they have a bunch of theory related content
  • 0
    My advices is: switch to university, which is not stuck in the stone age.
    Learning algorithms and data structures with C++, is like hunting your food yourself and cooking it with actual fire.
    In C++ there is too much language-specific crap going on that keeps you from concentrating on the topic.
  • 1
    I was formally trained in C by my university and then they just pointed us to documentation for every other language. I'd rather not use c++ at all lol
  • 1
    @Yeah69 I do actually like the c/c++ but as you said that it's a bit challenging language for 2nd year student like me. But my point is without languages how should I study for this class, not just passing want to learn how things work.
  • 0
    geeksforgeeks has busload of data structure and algo stuff.
    Read the material from ur textbook and solve geeksforgeeks problems.
  • 1
    You better start to practice praying. For C++ you'll need at least three gods.
  • 1
    over complicating simple things... stick to C if you can... there is a reason why Linux kernel only has C in it... but I get it... you need to learn C++... stick with the basics for quite some time...dont jet before you can titty suck first
Add Comment