-
hey guys tell me how to improve programming logics0
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a
member of our community. Consider creating an
account or login.
Replies
-
Administrator • Sep 15, 2015
The more your practice, the better you get at it. Tagging #-Link-Snipped-# to answer this further.Latish1337hey guys tell me how to improve programming logicsAre you sure? This action cannot be undone. -
Member • Sep 15, 2015
I'll suggest a book you can use to understand the way you have to think.Latish1337hey guys tell me how to improve programming logics
Made Easy - KarumanchiAre you sure? This action cannot be undone. -
Member • Sep 16, 2015
The only way to "improve programming logics" is to get your hands dirty. Write a piece of code.Latish1337hey guys tell me how to improve programming logics
Now, you may wonder what type of program should you write? Take everyday life and see if you can pick up come mini-projects on your own.
For example, if you know [HASHTAG]#perl[/HASHTAG] - you can think of writing a script that runs every hour -> checks your email account for an email from #-Link-Snipped-# -> sends you an SMS with the subject line as the content if there is an unread email.
This is just off the top of my head. You can use this to get instant notifications of emails from important people (maybe an HR of a company, etc).
The more you write programs (even simple ones) the more you hone your skills.Are you sure? This action cannot be undone. -
Member • Sep 16, 2015
Practice is the key. Take interest in programming and practice more and more.Latish1337hey guys tell me how to improve programming logics
Solve puzzles, it will help, then think about logic to solve those puzzles automatically (through programs).
Participate in online coding sites (like topcoder, codechef etc).
Think about multiple ways to code solutions and try to find the best solution (aim for O(n)).
Discuss with others, those who have interest in programming (like here on CE), this will give multiple solutions and different viewpoints to approach the problem.
Good Luck 😀Are you sure? This action cannot be undone.