Linkedlist (STL or class)

Just a general question is it a nice practice to use STL for solving question rather than making class and use that class to make objects / linkedlist
its easy to use STL so i am directly using forward list for solving question should i avoid this or continue

Hello @goyalneehit using STL for those as well in which you have to use your logic is not the good practice and will never be entertained.
so i think you should avoid doing this.
Moreover i think you should also think of doing of this without using STL as it will make you good in logic building.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.