RCRoshan Chennainroshansblog.hashnode.dev·Jan 15, 2023 · 2 min readObject Oriented ProgrammingObject-oriented programming (OOP) is a programming paradigm that is based on the concept of "objects" which can contain both data and methods. OOPs has the following key concepts: Encapsulation: The process of hiding the implementation details of an...00
RCRoshan Chennainroshansblog.hashnode.dev·Jan 6, 2023 · 2 min readTime Complexity and Space ComplexityFor most students, it is very hard to find the Time complexity and space complexity of a problem. Time complexity doesn't mean, the time taken to for the program to run. In layman's terms, Time Complexity means, it tells us how time grows when the in...00
RCRoshan Chennainroshansblog.hashnode.dev·Jan 3, 2023 · 1 min readMy Coding Journey.! (3rd year undergrad)As a freshman, I did not focus much on my career, I was just passing the days by chilling and watching movies. For about 2 years of my college life, I completely wasted time which I still regret. But then, In my 3rd year of college(present), I realiz...00