Back to Browse

Algorithm Efficiency and Time Complexity: O(1) vs O(N) - Constant vs Linear Time

29.2K views
Feb 13, 2018
10:02

Efficiency and Time Complexity is a very important topic when it comes to programming. You always want to implement the fastest algorithm that handles the task at hand. In today's lesson, let's discuss the differences between O(1) vs O(N), in other words Constant Time vs Linear Time. Podcasts Course https://www.letsbuildthatapp.com/course/Podcasts Intermediate Training Core Data https://www.letsbuildthatapp.com/course/intermediate-training-core-data Instagram Firebase Course https://www.letsbuildthatapp.com/course/instagram-firebase Facebook Group https://www.facebook.com/groups/1240636442694543/ Completed Source Code https://www.letsbuildthatapp.com/course_video?id=2852 Instagram: https://www.instagram.com/buildthatapp/ Twitter: https://twitter.com/buildthatapp

Download

1 formats

Video Formats

360pmp416.0 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

Algorithm Efficiency and Time Complexity: O(1) vs O(N) - Constant vs Linear Time | NatokHD