




Real DSA
27 posts








So today I was gave my software engg.(subject) exam, and the depth of clarity i had in the exam, which i usually never had for any subject. Ever since i joined @RealDSA_, I have started approaching every engg. subject from the first principles and understand it rather than ratta






I will be teaching Heaps @RealDSA_ general channel at 8 PM today, join if you are free around that time and are interested in learning.




Solved 500+ LeetCode problems. Thought I was becoming a great engineer. Then I joined @RealDSA_ , a DSA community built by @RealAnkush Sir And my thinking changed. Earlier: • Identify pattern • Apply formula • Pass test cases • Move on


@rudythetechy 🚀🚀 first step is the hardest always, you'll master soon!



Completed all the official tasks @RealDSA_ Completed BFS and 1 other problem in unofficial tasks, I will now study DFS, heaps and implementation of heaps, which are probably the next official tasks.

Stanford notes on heaps, covers core concepts of heaps, especially max heaps. share.google/Gi4v2pXq3EQHyI… What's covered: ✓ definition of heaps(min heap, max heap) ✓ array representation of heap and notion of heap size ✓ maxheapify algorithm, it's runtime analysis ✓ buildmaxheap with correctness and runtime argument ✓ heapsort algorithm and its O(n logn) runtime ✓ priority queue operations using heap