29_2002's blog

By 29_2002, history, 18 months ago, In English

I find it difficult to implement my logic into code. I mean, that on the notebook, the logic is fully clear, but I find it very tough to convert it into code. Please give me some tips

  • Vote: I like it
  • +10
  • Vote: I do not like it

| Write comment?
»
18 months ago, # |
Rev. 2   Vote: I like it +2 Vote: I do not like it

I think you should practice with the problems having a problem tag of implementation,start with the difficulty according to your level (don't waste time on those on which you are very certain that it would be accepted) .If you are unable to implement after very much struggle see the tutorial first and if it's not in your desired language then see someone's code
Wish you Good Luck :)

  • »
    »
    18 months ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    How many like, currently I have 88 according to the problems tag. How many should I do, like around 20 — 30, any specific number?

    • »
      »
      »
      18 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      Well try for 20 but a little difficult as you have alreeady done 88

»
18 months ago, # |
  Vote: I like it 0 Vote: I do not like it

try to solve problems with implementation tag. start from problems with rating 800 solve 15 or more problems in each rating and then go to next rating also keep it in mind "Practice makes perfect".

»
18 months ago, # |
  Vote: I like it +1 Vote: I do not like it

See more of other people's code

  • »
    »
    18 months ago, # ^ |
    Rev. 2   Vote: I like it 0 Vote: I do not like it

    Yeah, I do see some LGMs code, umnik, SSRS_ and some others

    • »
      »
      »
      18 months ago, # ^ |
        Vote: I like it 0 Vote: I do not like it

      You need a certain amount of accumulation, and everyone needs a process of practice. Don’t worry about it. To realize an idea, you need to figure out all the details, which is difficult. In fact, there is still a long way to go from the idea to the realization accomplish

»
18 months ago, # |
  Vote: I like it 0 Vote: I do not like it

practice.