Implementation of tries

Can we also implement tries using a node pointer array of size 26

You can do that if the chars are only small or capital otherwise there will be around 256 chars.
Also the space complexity will be very size.

1 Like

@rajarshib03 mark this doubt as resolved if your problem is solved.

1 Like

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.

1 Like