Before I say anything let's look at the code snippet bellow. ๐
#iWrite <code>
void life(Node* problem) {
while (problem->val) {
try
"Handle it";
catch (Exception e)
"Learn to handle it";
finally()
"Eventually you will learn to handle it";
}
life(problem->next);
}
I love metaphysical poetry as much as solving various problems. How I see life is a list of problems that are linked to one another. We solve one and move to the next one. So is engineering, we face problem, we overcome the barrier, we learn from it and move to the next one. Happy but never satisfied. And that is what makes things meaningful, cause we know no one can solve all the problems on his/her own be it engineering or be it life.
Metaphysical Poetry apart, I have a sound understanding of the following core CS subjects.
- Data Structures & Algorithms
- Object Oriented Programming
- Database Management Systems
- Operating Systems
- Computer Networking
Feel free to check out my progress on various coding platforms. Btw, I mostly use leetcode nowadays. You can find all my problem solving stats on Codolio.
You can always hit me up on Linkedin. To Know more about my experiences check out My Resume.