Hello π
Iβm an MCA student learning Data Structures & Algorithms using C++.
This account is for sharing my coding journey and learning progress. π
Practiced Tree problems today π³π»
Implemented tree traversals and solved height, mirror, identical, leaf & non-leaf node problems.
#DSA#Trees#BinaryTree#Coding#ProblemSolving
Solved advanced Linked List problems today π»
Cycle detect & remove (Floyd), Merge K lists & Flatten Linked List.
#DSA#LinkedList#Coding#ProblemSolving
Solved key Linked List problems today π»
Reverse, middle, palindrome, split list, cycle detection & delete nodes with greater value on right side.
#DSA#LinkedList#Coding#ProblemSolving
Solved Permutation & Combination Sum problems using Recursion π»
Practicing backtracking and exploring solution space.
#DSA#Recursion#Backtracking#Coding
January DSA progress π»
Focused on Arrays and solved multiple problems.
Starting Strings next while continuing array practice π
#DSA#Arrays#Strings#Coding