I wanted some clarification in a concept. For proving that a problem is NP complete, we use reductions.
Now suppose I have L<=L'. has the reduction to be from L to L' or can I do it it the reverse way also? i.e Can I show that if L can be solved using L', then L' is NP-complete??
I am pretty confused regarding this.
For example. for a reduction from ham cycle to ham path, we so it the backward way.
Also, I am not able to solve the problem that I have to show that "is there a path from s to t in a graph with at least k edges" by reduction from ham cycle.
Please give me a clarification and guide me with the above problem. Thanks