jayk0001

jayk0001 @jayk0001

About: I am a cooked dev 🤓

Location:
Cyberspace
Joined:
Nov 3, 2025

jayk0001
articles - 8 total

DSA Fundamentals: Two Pointers & Sliding Window - From Theory to LeetCode Practice

Two Pointers and Sliding Window are powerful algorithmic techniques that optimize array and string...

Learn More 0 0Dec 5 '25

DSA Fundamentals: Linked Lists - Mastering Dynamic Data Structures

Linked Lists are fundamental data structures that overcome key limitations of arrays, particularly...

Learn More 0 0Nov 21 '25

DSA Fundamentals: Greedy Algorithms - From Theory to LeetCode Practice

Greedy algorithms are a powerful problem-solving paradigm that makes locally optimal choices at each...

Learn More 0 0Nov 19 '25

DSA Fundamentals: Arrays & Strings - From Theory to LeetCode Practice

Data Structures and Algorithms form the foundation of efficient programming. Today, we'll dive deep...

Learn More 0 0Nov 15 '25

DSA Fundamentals: Binary Trees - Mastering Tree Traversal and Recursion

Binary Trees are hierarchical data structures that form the foundation of many advanced algorithms...

Learn More 0 0Nov 12 '25

Why 0.1 + 0.2 != 0.3: Building a Precise Calculator with Go's Decimal Package

If you've spent any time programming, you've likely encountered this mind-bending phenomenon: 0.1...

Learn More 0 0Nov 12 '25

DSA Fundamentals: Binary Search - From Theory to LeetCode Practice

DSA Fundamentals: Binary Search - From Theory to LeetCode Practice Binary Search is one of...

Learn More 4 0Nov 6 '25

DSA Fundamentals: Stack - From Theory to LeetCode Practice

DSA Fundamentals: Stack - From Theory to LeetCode Practice The Stack is one of the most...

Learn More 0 0Nov 3 '25