Technical Interviews: Difference between revisions

 
(One intermediate revision by the same user not shown)
Line 31: Line 31:
* AVL rotations
* AVL rotations
* Union-Find
* Union-Find
* Using <code>std::set</code>, <code>std::map</code>
* Heaps
* Using <code>std::set</code>, <code>std::map</code>, <code>std::priority_queue</code>


;Graphs
;Graphs