This is my code to this problem… https://ide.codingblocks.com/s/263786
Please Help me solving this problem .
Longest Common Prefix
Please modified my code
Your code for longest common prefix is fine
a bit of modification https://ide.codingblocks.com/s/263854
try problem here https://hack.codingblocks.com/app/contests/1290/1359/problem
this solution is fine but same que is on geeksforgeeks also …my solution takes more time .So i need a optimised code.
I think my code need some optimisation to get submitted in gfg. https://practice.geeksforgeeks.org/problems/longest-common-prefix-in-an-array/0 …This is the link to that que …what modification i have to do to submit this que in this, here is my code… https://ide.codingblocks.com/s/263865
for modification, you can replace the hashmap with array of size 26(as only lowercase letters are involved)
Please help me procedding me …Please send me the code as i dont know implementing trie constraint to hash map of size 26 only .Please send me the solution with some modification in my code…
this is my code for general trie, you may see how I did it with arrays.
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.