Brian JongHoon Lee, FRM, CAIA’s Post

View profile for Brian JongHoon Lee, FRM, CAIA, graphic

Graduate student (master's degree in Computer Engineering) at NYU Tandon School of Engineering

[Data Structure and Algorithm] I solved the iconic "Two Sum" problem at LeetCode. https://lnkd.in/ehpwNnNf Solving this problem helped me in: 1. Algorithmic understanding: improve my understanding of basic algorithms and data structures, particularly array manipulation and hte use of hash maps for efficient lookups. 2. Knowing various data structure could help in improving time complexity: using two nested for loops could be inefficient (O(n^2)) in some situations. Utilizing hash map could give a more efficient result (O(n)). 

  • No alternative text description for this image

To view or add a comment, sign in

Explore topics