Frontend Developer with 3+ years of professional experience in Web Development
Tech stack: HTML(5), Css(3), Sass, Reactjs,styled-components, JavaScript,
π Day 5/365 β DSA
Solved today:
β LC 344 β Reverse String
β LC 1 β Two Sum
Learned the Two Pointers and Complement Lookup (HashMap) patterns. Also understood the one-pass HashMap approach
#365DaysOfCode#DSA#NamasteDev#LeetCode#JavaScript
π Day 1/365 β DSA Journey
Today's focus was Time & Space Complexity (Big O Notation).
π Learned:
* O(n) β Linear Time
* O(log n) β Logarithmic Time
* O(nΒ²) β Quadratic Time
* O(nΒ³) β Cubic Time
Understanding time complexity is the foundation of writing efficient algorithms.