Competitive Programming Day 12??
@copilot

Competitive Programming Day 12??

??Welcome to Day 12 of the Journey! Today I simply put the rust on my already-greased problem-solving skills by attacking strings and linked lists. let's look what challenges i tackled today.

Key concepts of day 12:

1. In today challenge i was given two linked lists, and the digit is stored in reverse order, then this was the problem of getting the sum. I worked on maintaining the carries and proper addition, which was key to getting my solution to this problem right.

2. I solved some problems which involved methods of expanding around expectations or using dynamic programming to consider the longest text that is read both from left to right and from right to left.

3. I used the two-pointer technique for finding and deleting the node efficiently.

4. Reverse nodes in a linked list in k-sized groups. This had to be done with delicate pointer manipulation, so after each group of k-sized nodes was reversed, they stood in their correct position.

---

All of today's problems were pretty hard and really nice. They are shaping me to perfect my fundamentals of strings and linked lists. Excited to continue and push my boundaries more. Hopefully, you have learned something from this article. Stay tuned for more updates on my journey!

"Until then, keep coding, keep learning, and never stop challenging yourself. The path to mastery seems to be paved through curiosity and persistence for me."??

#CodingLife #ProgrammersParadise #CodeNewbie #DevJourney #LearnToCode #SoftwareDevelopment #CodeEveryday #TechCommunity #ProgrammingTips #AlgorithmAddict #DeveloperLife #CodeChallenge #TechEnthusiast #ProgrammingLove

要查看或添加评论,请登录

Meghana Manchala的更多文章

  • Competitive Programming 61??

    Competitive Programming 61??

    Day 61: Counting the Number of Islands in an Image, Top K Frequent Words, Permutations II, LRU Cache Dear Developers!…

  • Competitive Programming 60??

    Competitive Programming 60??

    Day 60: Permutations,subsets,letter combi Hi everyone! ?? Today, I dedicated time to work on some exciting coding…

  • Competitive Programming 54??

    Competitive Programming 54??

    Day 54: Binary Search,Search in Rotated Sorted Array, Kth Largest Element in an Array, First Bad Version Dear…

  • Competitive Programming 53??

    Competitive Programming 53??

    Day 53: Counting the Number of Islands in an Image, Top K Frequent Words, Permutations II, LRU Cache Dear Developers!…

  • Competitive Programming 52??

    Competitive Programming 52??

    Day 52: Cookie Handout, Lemonade Change, Maximum Units on a Truck, Two-City Scheduling and Jump Game Hello Developers!…

  • Competitive Programming 56??

    Competitive Programming 56??

    Day 56: Square of Sorted Array, Remove Element, Reverse Only Letters, Pivot Index and Check If Array Is Sorted and…

  • Competitive Programming 50??

    Competitive Programming 50??

    Day 50: Implement Queue using Stacks, Design Circular Queue, Counting Bits, Partition Labels and Candy Dear Developers!…

  • Competitive Programming 49??

    Competitive Programming 49??

    Day 49: Binary Search,Search in Rotated Sorted Array, Kth Largest Element in an Array, First Bad Version Dear…

  • Competitive Programming 48??

    Competitive Programming 48??

    Day 48: Binary Search,Search in Rotated Sorted Array, Kth Largest Element in an Array, First Bad Version Dear…

  • Competitive Programming 47??

    Competitive Programming 47??

    Day 47: Binary Search,Search in Rotated Sorted Array, Kth Largest Element in an Array, First Bad Version Dear…

社区洞察

其他会员也浏览了