π #GeekStreak2024 Day 5 completed! Solved the problem of converting a Binary Tree into a Doubly Linked List while maintaining inorder traversal. π³πβ‘οΈ All done using in-place recursion!
@geeksforgeeks@deutschebank
π Day 4 of #geekstreak2024 done! Rearranged an array to alternate positive and negative numbers while maintaining relative order. π‘ Learned how to efficiently handle both signed numbers and merge them alternately! β‘
#deutschebank@geeksforgeeks@DeutscheBank
π Day 3 of #geekstreak2024 complete! Transformed a binary tree into its mirror image and found the inorder traversal of the mirrored tree. π³π Learned to swap child nodes and traverse efficiently! π
#deutschebank@geeksforgeeks@DeutscheBank
π Day 2 of #geekstreak2024 done! Solved the problem of finding the middle of a linked list using the two-pointer technique (Tortoise and Hare algorithm).Learned an efficient way to find the middle in O(n) time! π‘
#deutschebank@geeksforgeeks@DeutscheBank