How practically useful is an algorithm with the run time complexity of O(N^4)?
- Not very useful because it gets slow even with moderately large input sequences
- Very useful because its run time complexity is polynomial
- Not very useful because it is NP-hard
- Useful but only if N is larger than 1,000