I have a method, in my program which calls two other methods that both have a linear time complexity. I don't know for sure if this would cause the method to have a time complexity if O(2N).
I know that constants drop off of time complexity which would make the method's time complexity O(N), but I am just not 100% sure. Can someone please elaborate on what a method like this would have for a time complexity and how?