Interview Algorithms: Difference between revisions

Line 75: Line 75:


===Prefix Sum===
===Prefix Sum===
==Data Structures==
===Hashmap===
Also known as a dictionary or associative array. Theses are used everywhere.
===Segment Trees===
See [https://cp-algorithms.com/data_structures/segment_tree.html CP Algorithms segment tree]


==Misc Tricks==
==Misc Tricks==