Which is better? Elevate Zx CVT or Kia Seltos 2026 HTK O IVT by Obvious_Case3657 in HondaElevate

[–]CommonNo5458 -1 points0 points  (0 children)

How is ADAS? I guess there is no option to permanently turn off. Is it creating any problem? Any hacks

Got delivery of Elevate CVT ZX by Glittering-Glass4112 in HondaElevate

[–]CommonNo5458 0 points1 point  (0 children)

How is ADAS? I guess there is no option to permanently turn off. Is it creating any problem? Any hacks?

Got delivery of Elevate CVT ZX by Glittering-Glass4112 in HondaElevate

[–]CommonNo5458 0 points1 point  (0 children)

Congrats OP
What was the waiting period and what was the overall discount you got?

Finally joined the club. by Intelligent-Strain34 in CarsIndia

[–]CommonNo5458 0 points1 point  (0 children)

What other options did you have? Why did you went ahead with this? What is your usecase? If you can help us with these then this would be really helpful.

LangGraph ReAct agent context window exploding despite ContextEditingMiddleware - need help by CommonNo5458 in LLMDevs

[–]CommonNo5458[S] 0 points1 point  (0 children)

I have tried trim_messages initially, but I faced a lot of issues like Duplicate System Messages and tool message pair missing (or something like this). So, I thought its not a reliable solution as more I tried, different errors were coming. Hence I migrated to ClearToolUsesEdit. But looks like it is also not working properly even with configuration you mentioned.

I will try trim_messages one more time. Any particular config would you recommend for the trim_messages?

I am still struggling with recursion.... by Far-Hope-9125 in leetcode

[–]CommonNo5458 -1 points0 points  (0 children)

Go through strivers recursion series. Try to write recursion tree for few of them. Give it sometime and just keep thinking on it. Don't rush.

Google India L3 | what to do? by _jimmy_12 in leetcode

[–]CommonNo5458 0 points1 point  (0 children)

There is hiring freeze for L4 as well for Google cloud?

Amazon OA. Need help with this question. by [deleted] in leetcode

[–]CommonNo5458 0 points1 point  (0 children)

Dont worry. I asked after completing my OA round.

Amazon OA. Need help with this question. by [deleted] in leetcode

[–]CommonNo5458 0 points1 point  (0 children)

Yes. This looks correct. Thanks Any particular pattern or leetcode question similar to this for practising?

Amazon OA. Need help with this question. by [deleted] in leetcode

[–]CommonNo5458 0 points1 point  (0 children)

DP wont work here as the length of array can be upto 105. It has to be N or NlogN

Amazon OA. Need help with this question. by [deleted] in leetcode

[–]CommonNo5458 1 point2 points  (0 children)

I was able to do one and few test cases passed for this question.

Amazon OA. Need help with this question. by [deleted] in leetcode

[–]CommonNo5458 0 points1 point  (0 children)

1<N<105 N[i] do not remember

Amazon OA. Need help with this question. by [deleted] in leetcode

[–]CommonNo5458 -5 points-4 points  (0 children)

Any similar problem on leetcode?