Skip to main content

Life getting overly Simplified

 The last post included the things I have to do, but this one, this one is going to be simple and straight forward:- what I want with my life.

I have seen many people taking important life decisions vaguely without much thinking and mostly following others. I have done this too. I had no idea about Coding, still jumped into it. And now, I find it a nice decision by chance. 

I have some simple personal projects which are definitely not brilliant ideas but yeah, you can have a good impact with them. And most importantly learn from them. And I am getting better at hunting ideas and implementing them too. But still, there are many things I got to do: Improving my GPA which is currently 7.25, Improving rating on codeforces which is currently 1280, and on codechef, which is around 1700.

As these are just numbers, I don't are that much about them. But a god idea at this point of time would be to become famous and posting good things on linkedin and promoting game of codes, guruji pranam and much more on social media. It's also high time to write blogs, and pull up my old stories which are buried deep inside.

And it's time to learn how to write professional articles, how to design professionally, making good hold on data structures, and improving my gpa.

So, this seems to be an enormous task. As usually, let's break it down.

Professional Article writing is at my heart and resources are easily accessible on coursera, udemy etc. Would do free ones and would have a good grasp over that. I am already good at it but want to actually learn this skill professionally. Not much time: just a matter of days.

Designing: Again, already good at it. Have myself designed game of codes, guruji pranm which are by far cool and nice. Just time improvement things and color schema for different moods.

Data Structures: I have now a course on GFG and a bunch of blogs on them. I can go on by making notes. Just 2-4 hours a day and I would be good in 4-5weeks.

GPA: As far as I see, this is by far the most difficult thing for me, but this time I got Data structures as a course, which I am really glad about. Here are subjects:

  • Data Structures: Basic ones, would get through them
  • Discrete Mathematics: Nice subject,simple.
  • Differential Equations: Bold subject
  • Mathematics 3: Invincible but still would try my best
  • Probability: Medium and blunt. But still interesting
  • FEC: Seriously?

So as far as I see, I would be normal in competitive coding, have a good gpa, done some nice innovative projects at the end of year. 

Let's see.

Comments

Popular posts from this blog

Competitive Prograaming From 1000 rating to 2400+

Okay, so let's talk about some strategies for competitive programming. I was once a gray coder as I was totally new to programming when I entered codeforces. FROM GRAY TO GREEN:     First of all, you need to be good at brute force and implementation. If you are a complete beginner then do 20-30 800-1200 problems and you will b good at solving A level problems in 5-10 minutes. The try to do B in a live contest in 15-30 minutes only. By only this you can shift your rating to 1200 or so. FROM GREEN TO CYAN Now, to increase your speed you just need to practice more A and B level problems. As you are now quite confident of solving A and B level problems you must now try C also which is generally of 1400-1700 rating. This require some special techniques such as prefix sum, or some simple trick methods for reducing time complexity. Now the mistake I did was I tried to learn more advanced data structures such as graphs, trees, KMP algorithm, etc and that wasn't ne...