Wrong tag for recursion questions

I started doing recursion tag problems and noticed the following few questions have recursion tag to them. Yet, the solutions provided don't even mention that. Can this be fixed?

https://leetcode.com/problems/power-of-two/
https://leetcode.com/problems/power-of-four/
https://leetcode.com/problems/remove-linked-list-elements/

Comments (0)