Posts

Showing posts from June, 2023

Leetcode: 118. Pascal's Triangle (Dynamic Programming)

OpenMP: Introduction to OpenMP (Part 9)

OpenMP: Introduction to OpenMP (Part 8)

OpenMP: Introduction to OpenMP (Part 7)

OpenMP: Introduction to OpenMP (Part 6)

OpenMP: Introduction to OpenMP (Part 5)

OpenMP: Introduction to OpenMP (Part 4)

OpenMP: Introduction to OpenMP (Part 3)

OpenMP: Introduction to OpenMP (Part 2)

OpenMP: Introduction to OpenMP (Part 1)

Leetcode: 08. Convert Sorted Array to Binary Search Tree

Leetcode: 104. Maximum Depth of Binary Tree

104. Maximum Depth of Binary Tree

Leetcode: 101. Symmetric Tree

101. Symmetric Tree (Recursion)

Leetcode: 94. Binary Tree Inorder Traversal (Stack)

Leetcode 94. Binary Tree Inorder Traversal

Leetcode: 94. Binary Tree Inorder Traversal (Brute force)

Leetcode: 88. Merge Sorted Array

Leetcode: 70. Climbing Stairs (Memoization)

Leetcode: 70. Climbing Stairs

Leetcode: 69. Sqrt(x)

Leetcode: 66. Plus One

Leetcode: 28. Find the Index of the First Occurrence in a String

Leetcode: 26. Remove Duplicates from Sorted Array (Double Index)

Leetcode: 21. Merge Two Sorted Lists (Iterative Method)

Leetcode: 21. Merge Two Sorted Lists (Recursion)

Leetcode: 20. Valid Parentheses

Leetcode: 14. Longest Common Prefix (Vertical Scanning)

Leetcode: 14. Longest Common Prefix (Horizontal Scanning)