Hello π
Iβm an MCA student learning Data Structures & Algorithms using C .
This account is for sharing my coding journey and learning progress. π
Started learning Heap today ππ»
Understood heap properties and implemented a Max Heap with insertion and deletion operations.
#DSA#Heap#MaxHeap#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