big o - Which algorithms have time complexity greater than O(n!)? -
i know problems such finding permutations of given set of symbols o(n!) algorithm. curious find instance of algorithm has greater time complexity this.
there shall many such problems possible.
for example, if there n
objects , n
destinations , each object can go destination (repetitions allowed), there shall o(n^n)
possibilities.
Comments
Post a Comment