AlgorithmQueue & StackQueue First in first out (FIFO) data structure: first element added will be processed first…Daniel NguyenApril 26, 2024 1 min
JavascriptJavaScript interview questions2-Pointer Questions 3. Longest Substring Without Repeating Characters 5. Longest Palindromic…Daniel NguyenApril 24, 2024 2 min
JavascriptHow `this` behaves in JavaScript🔹 What is this ? In JavaScript, this refers to the execution context — or how a function is…Daniel NguyenApril 24, 2024 1 min
AlgorithmMerge And Quick SortMerge Sort If the list is of len 0 or 1 => already sorted, do nothing If the list has > 1 element…Daniel NguyenApril 21, 2024 2 min
AlgorithmTriea data structure to manage a set of strings operations: add(s): add string s to Trie startWith…Daniel NguyenApril 19, 2024 1 min
AlgorithmSystem Design GuidelineStep 1: Requirement clarification Purpose: to solve the RIGHT problem! Functional requirements What…Daniel NguyenApril 18, 2024 2 min