Блог пользователя FZ_Laabidi

Автор FZ_Laabidi, история, 14 месяцев назад, По-английски

I'm greeeeen!!!!!!!!!!!!!

  • Проголосовать: нравится
  • +14
  • Проголосовать: не нравится

»
14 месяцев назад, скрыть # |
 
Проголосовать: нравится +5 Проголосовать: не нравится

hi green im dad

»
14 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

maintaining green is harder than reaching

  • »
    »
    14 месяцев назад, скрыть # ^ |
     
    Проголосовать: нравится 0 Проголосовать: не нравится

    Hi, can you comment on my rating graph, is it normal or too slow or stagnant?

    I feel like I am stuck in problem A and B zone.

    In today's contest also, I was inches away from solving problem B. Most of times it happens to me, Just due to ignorance of some minor observation, I would not be able to solve it!

    • »
      »
      »
      13 месяцев назад, скрыть # ^ |
       
      Проголосовать: нравится 0 Проголосовать: не нравится

      at least ur graph is better than mine -_-

      • »
        »
        »
        »
        13 месяцев назад, скрыть # ^ |
         
        Проголосовать: нравится 0 Проголосовать: не нравится

        Two things I will say about your profile, if this isn't your alt,

        Spoiler
        • »
          »
          »
          »
          »
          13 месяцев назад, скрыть # ^ |
           
          Проголосовать: нравится 0 Проголосовать: не нравится

          Can you review my profile as well?

          • »
            »
            »
            »
            »
            »
            13 месяцев назад, скрыть # ^ |
             
            Проголосовать: нравится 0 Проголосовать: не нравится

            Try more easier problems, like div.3 or div.4. Don't stick in div.2. That's too hard for you, you hardly solve half of those problems. It's inefficient to improve yourself.

            Other way, you can try ATCoder and participate in ATCoder Beginner Contest(ABC). Its statement is much clearer than codeforces. This way you can learn more from each contest.

    • »
      »
      »
      13 месяцев назад, скрыть # ^ |
       
      Проголосовать: нравится +3 Проголосовать: не нравится

      Hello, I have seen your rating graph and I noticed you've been sticking to the questions. With such intense training, it should have been specialist in a year.

      As far as I'm concerned, the basics should focus more on basic algorithms and do questions by category. Div.2 is much harder than you think, because you have hardly solved problem B. That's inefficient. A contest is only worthwhile if you can solve more than half of them.

      I have 3 suggestions, which you will need to choose to implement according to your own approach:

      1. Learn basic algorithms, and do problems by category. If you learn Prefix algorithm, try to solve a range of problems with different difficulty.

      2. Do more valuable problems. Keep the percentage of problems you look at for solutions to 30% to 60% of them. Too small means the problems you are doing are too easy to learn. Too big means that the problems you're doing are too hard to make sense.

      3. Don't just do problems on codeforces. You can learn from smth from your book maybe. Try ATCoder and participate in ATCoder Beginner Contest(ABC). Its statement is much clearer than codeforces. This way you can learn more from each contest.

      To sum up, stop fixing on div.2 but try more div.3 or div.4(VP is also OK), learn more basic algorithm instead of do various problems.

      Hope this would help:)

      I have learnt for 3 years now, totally what I'm saying comes from my personal experience, maybe is not suitable for you. But finding a way of yourself is more than any words over. I believe you can do the best if you have maintained your passion and perseverance in this.

      Good luck:)

      • »
        »
        »
        »
        13 месяцев назад, скрыть # ^ |
         
        Проголосовать: нравится 0 Проголосовать: не нравится

        Can you review mine please...

        • »
          »
          »
          »
          »
          13 месяцев назад, скрыть # ^ |
          Rev. 2  
          Проголосовать: нравится 0 Проголосовать: не нравится

          Right, it seems you are stuck for a long time, I realize your situation. You could sometimes get rank 400 in div.2, so it at least means you do have the level of it. But you know, the style of problems is different for each contest, it's all designed by the problem setter.

          In my opinion, for contestants of a certain level, try to summarise the problems you encountered that you found it difficult. Like graph theory, data structures or mathematics e.t.

          If you're always losing in one field, try to relearn it of yourself. I recommend you to see other's blogs to learn more of the algorithm usage. It may broaden your eyes and let you get some incredible insights.

          Edit:

          If you have some emotional changes after losing a contest, I would suggest that you don't participate in as rated for a while. That would break your passion of learning.

          Again, doing the problems by type is still effective, and this gradual approach will allow you to find your confidence faster and then perform superbly!

      • »
        »
        »
        »
        13 месяцев назад, скрыть # ^ |
         
        Проголосовать: нравится 0 Проголосовать: не нравится

        Could you mind reviewing my profile?

        Here're some problems I have found:

        I have learnt some basic algorithms and ever some High-level data structures, but i seldom slove B in Div 2 even can't slove C in Div 3 or Div 4.

        Also I participated in ABC for many times, but it did not worked(I think).

        And what should I do now?

        • »
          »
          »
          »
          »
          13 месяцев назад, скрыть # ^ |
           
          Проголосовать: нравится 0 Проголосовать: не нравится

          Well, I checked it. It's worth noting your submission history in the competition.

          It shows you usually make one or more submissions without understanding the full problem or guessing at some random idea. This is a fatal problem, which will result in no growth in your rating on codeforces.

          If you can't solve the simulation in div.3 or 4, I'm going to say that you can't even code correctly. Pointedly, you focus on the theory of algorithms and lack the practice of algorithms.

          Also you don't have any teammates within contest to check your errors, you should first learn to check your errors. It's like when you're in a maths exam and you know all the questions but you just can't get full marks.

          Here are some of my suggestions:

          1. Don't ‘think you're always right’ when solving problems. Wrong answer means -50 of your real scores.

          2. Keep practicing as what you are doing, I know it's a slow way to get results, but it's a process you have to go through. I've noticed that you often skip over some problems to address later ones. Well, you certainly showed your skills, but it's almost impossible to implement the code you envisioned. Don't ignore easy problems until you can think of a solution and finish the code in a very short period of time.

          3. Have you truly mastered the basic algorithm? When you see a binary search problem, can you come up with it in 5 minutes? If you can't, this means that you don't have a good enough grasp of basic algorithms, don't think that just because you have learnt some advanced algorithms that basic algorithms are not difficult for you.

          You must be good at maths, so algorithms aren't much of a problem for you. Your basic algorithmic skills are solid enough when you can solve all the problems of a div.4 contest within the time limit. So just do it. Don't doubt what you're doing now.

      • »
        »
        »
        »
        13 месяцев назад, скрыть # ^ |
         
        Проголосовать: нравится 0 Проголосовать: не нравится

        Hi can you review mine too? Thank you in advance

        • »
          »
          »
          »
          »
          13 месяцев назад, скрыть # ^ |
           
          Проголосовать: нравится 0 Проголосовать: не нравится

          OK, I guess you have recently(less than 1 year) started to study algorithm, I feel it common of you. If you want to make more progress, take a look at my next suggestion.

          1. Basic algorithm first. There is no doubt that it's impossible that you can skip this basic theory to reach higher. So practicing more is your first step.

          2. Try to learn advanced data structures, such as segment tree. It may be helpful in solving problem D in div.2.

          3. To become more proficient in the use of basic data structures. The more problems you solve, the more you understand.

          4. You also have the issue of 'too impatient'. I notice you are participating ICPC game, so WA submission may cause a huge difference. You should check:

          • Specail cases(like $$$n = 1$$$).
          • Int/Array overflow.

          These may help. All in all, learning algorithms is a long time one thing, don't worry too much about it, just keep it up.

          • »
            »
            »
            »
            »
            »
            13 месяцев назад, скрыть # ^ |
             
            Проголосовать: нравится 0 Проголосовать: не нравится

            Hello! You are really helping others by pointing out errors which they are making which they can correct.

            If it is possible, could you please also give some suggestions for me? I am practicing quite a lot but my rating isnt really increasing proportionately.

            Thanks!

            • »
              »
              »
              »
              »
              »
              »
              13 месяцев назад, скрыть # ^ |
               
              Проголосовать: нравится 0 Проголосовать: не нравится

              You do have the same problem of carelessness!! I found a lot of submission by you are WA on test 2, TLE and some int/array overflow issues.

              Have you tried to avoid them? If not, try as soon as possible.

              1. To avoid TLE, you need to be able to analyse time complexity. If you are not familiar, I suggest you to learn. Also some overflow will lead to TLE.

              2. To avoid int/array overflow, check the data range any time. Correctly calculate the limit of all your variants first. Then consider to implement your thought.

              3. To avoid WA2, check special cases you think you may encounter.

              I can't say more to you, but just keep learning now.

          • »
            »
            »
            »
            »
            »
            13 месяцев назад, скрыть # ^ |
             
            Проголосовать: нравится 0 Проголосовать: не нравится

            hello can you also give me a suggestion about my profile

            • »
              »
              »
              »
              »
              »
              »
              13 месяцев назад, скрыть # ^ |
               
              Проголосовать: нравится 0 Проголосовать: не нравится

              Sorry, I have run out of energy to go through the profiles one by one and give suggestions.

              But I think your situation is like ApaarGulati's situation. You may learn from smth from that comment.

      • »
        »
        »
        »
        13 месяцев назад, скрыть # ^ |
         
        Проголосовать: нравится 0 Проголосовать: не нравится

        Thanks YipChip, same advice multiple people gave me. I guess I should stop solving 1600 rated problems :(.

        Recently I have started solving easier problem with speed, in order to come up with an observation faster.

        But your point -2 I have found most logical, I will definitely give it a try :)

      • »
        »
        »
        »
        13 месяцев назад, скрыть # ^ |
         
        Проголосовать: нравится 0 Проголосовать: не нравится

        i have reached pupil in very few days.. since then my rating is straight for 1 year :'( i think it's brain ability issue, accepting the reality

        • »
          »
          »
          »
          »
          13 месяцев назад, скрыть # ^ |
           
          Проголосовать: нравится 0 Проголосовать: не нравится

          I'm sad to hear that, but I think you should learn wide at this rating. Don't push yourself too hard, hah. Maybe the ways of your training are not proper.

      • »
        »
        »
        »
        13 месяцев назад, скрыть # ^ |
         
        Проголосовать: нравится 0 Проголосовать: не нравится

        If you have time can you review my profile please.

        • »
          »
          »
          »
          »
          13 месяцев назад, скрыть # ^ |
           
          Проголосовать: нравится 0 Проголосовать: не нравится

          You don't have more informations on codeforces. I think you are a beginner in this field. So trying more div.3 or div.4 is better. Other way, you should learn widely instead of participating in contests. Things will change if you really learn much.

      • »
        »
        »
        »
        13 месяцев назад, скрыть # ^ |
         
        Проголосовать: нравится 0 Проголосовать: не нравится

        I will be very grateful if you will review my profile

        • »
          »
          »
          »
          »
          13 месяцев назад, скрыть # ^ |
           
          Проголосовать: нравится 0 Проголосовать: не нравится

          Learning new things is the first thing, I notice your contest performance is ok, just learn in this rating. Because you have approached to this new field recently.

      • »
        »
        »
        »
        13 месяцев назад, скрыть # ^ |
         
        Проголосовать: нравится 0 Проголосовать: не нравится

        please review my profile .

        • »
          »
          »
          »
          »
          13 месяцев назад, скрыть # ^ |
           
          Проголосовать: нравится 0 Проголосовать: не нравится

          A fatal problem is that you often made WA submissions in your contest. Have you tried to avoid them? It's time to become more patient and careful. If you can keep solving 3 problems in div.2, you will be fastly reach expert with your ability.

          For long time stagnant in specialist is not common, so check if you really understand the basic algorithms. I can't say more for you.

          • »
            »
            »
            »
            »
            »
            13 месяцев назад, скрыть # ^ |
             
            Проголосовать: нравится 0 Проголосовать: не нравится

            Could you help to review my profile and give me some advices? Thank you so much :)

            • »
              »
              »
              »
              »
              »
              »
              13 месяцев назад, скрыть # ^ |
               
              Проголосовать: нравится +1 Проголосовать: не нравится

              Sorry, I have run out of energy to go through the profiles one by one and give suggestions. This would be my last analyzation for others.

              Firstly, you have had really nice try, I notice you had already AK div.4. That means your ability to implement your thought is perfectly adequate. It's time to try some harder problems.

              Secondly, I notice you are stagnant for a long time. Maybe issues come from your strategy? Be careful of any submission, do time complex analyzation and check int/array if it will overflow. Some cases of problems might be too 'special' that it's worthless, so you may check your codes by designing a wide range of data. If you can keep solving 3 problems at least in each div.2, you will be expert soon.

              Thirdly, try to do some problems with inspiring insights. Atcoder Regular Contest(ARC)'s problem A/B would be illuminating. You can try to solve them to learn some skills of noticing properties so that you can solve problems faster.

              All in all, I think you are very powerful and you do have the qualification to reach expert. Go on your common training, that's a nice way for you.

          • »
            »
            »
            »
            »
            »
            13 месяцев назад, скрыть # ^ |
             
            Проголосовать: нравится 0 Проголосовать: не нравится

            Can you review mine also please account name:"Snowmanm"

»
14 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

congo

»
14 месяцев назад, скрыть # |
Rev. 2  
Проголосовать: нравится 0 Проголосовать: не нравится

Congratulations!

»
14 месяцев назад, скрыть # |
 
Проголосовать: нравится +1 Проголосовать: не нравится

"im cyan" when?

»
13 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

I am really stuck to solve div 2 3rd problem what should i exactly do can anybody help me

»
13 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Congrats! Besides I also got green after today's CF Round

»
13 месяцев назад, скрыть # |
 
Проголосовать: нравится +1 Проголосовать: не нравится

Hi Green !!

I'm Blue , but as things are going for me I will be Cyan again in the next round.

»
13 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Hi greeeeen , you still didn't touch me yet .

»
13 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

congratulations!

»
9 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Congrats