Understanding Big O Notation - Time complexity
March 29, 2023This article will explain what Big O notation is and show you with examples how to easily evaluate and describe the complexity in time of an algorithm.
Welcome to my personal website and blog! I am an engineer with 6+ years of experience. Throughout my career, I have had the privilege of working on a wide range of projects and collaborating with many talented individuals.
If you'd like to collaborate or join me in a conversation reach me via LinkedIn
This website is a space for me to share my knowledge and experience with the wider community. I hope to provide insights, tips, and tutorials that will be useful to fellow software engineers, developers, and anyone interested in technology.
I believe that sharing knowledge and learning from others is crucial for personal growth and the advancement of the industry as a whole. So, whether you're an experienced professional or just starting out, I invite you to join me on this journey of continuous learning and improvement.
Thank you for visiting my website, and I hope you find my content helpful and informative.
I work as a full time engineer, so I promise to find time to keep writing and improving my personal website as soon as I can.
This article will explain what Big O notation is and show you with examples how to easily evaluate and describe the complexity in time of an algorithm.
Learn how to solve an algorithm for software engineer interviews. This article will show you how to breakdown and approach any coding challenge.
How the frequency counter pattern can help us to solve some coding challengues and in which cases it is our best option to provide an efficient solution