leetcode-curation-topical
leetcode-curation-topical copied to clipboard
Tech interview prep list
The following problem: https://leetcode.com/problems/merge-k-sorted-lists/solutions/ is a linkedList problem instead of an array problem. The data structure presented as an input is a LinkedList as a particular node cannot be accessed...
Added a problem to the deck that could be solved by DP although DP is not the most optimised. For issue #20
Question added has frequently appeared in interviews at least. DP here is not the most optimised solution but can be solved by DP. It's a great revision for DP.
@fterh sir, I want to add a medium level recursion problem. question link: https://leetcode.com/problems/find-the-winner-of-the-circular-game/ please assign me this task and add appropriate tags for hacktoberfest2022
@fterh sir, I have added the problem : https://leetcode.com/problems/find-the-winner-of-the-circular-game/ please merge my pull request. Thank you. issue id #17 Signed-off-by: Dushyant100