tahmidarefin's blog

By tahmidarefin, history, 4 years ago, In English

Hello, everyone. I need a suggestion about my decision for next 6 months. My decision is that I will read Mathematical problem solving book as much as possible, learn basic mathematical problem solving technique and do only implementation or classical programming problem(not any algorithmic problem). I think, it will increase my brain capability to learn and understand things easily. I took this decision because of my present condition. I wanted learn various medium level algorithm (e.g. graphs, string, number theory) but I couldn't catch the flow and mechanism of algorithm easily. Most significant problem is that I can't implement the algorithm for a medium level problem. I can only straight forward implementation of that the algorithm. So, is my decision is right? If I am taking wrong decision, what should I do for increasing my learning and understanding capability for algorithm. If you suggest me to practice more, I already said that I will also practice in next 6 months. Please, help to cope with this dilemma. I will be very grateful to all of you.

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Try solving the problems first for a better understanding of the mechanism.You should never jump straight to the solution if you want to improve.

  • »
    »
    4 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    Should I stop learning algorithm for now, and practice implementation problem and learning basic Mathematical proof or technique? Is it a right decision for me?

    • »
      »
      »
      4 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      You should practice the algorithms you already know and at the same time try solving some math problems to improve your logic and thinking.I feel like being good in maths is a huge help.