Archives
- 17 Jun Coding Board Game Using PyGame (The Lost Expedition)
- 29 May Dynamic Programming - Unique Paths
- 28 May Dynamic Programming - Best Time to Buy and Sell Stock with Cooldown
- 27 May Dynamic Programming - Partition Equal Subset Sum
- 27 May Dynamic Programming - Longest Increasing Subsequence
- 27 May Dynamic Programming - Longest Common Subsequence
- 26 May Dynamic Programming - Word Break
- 23 May Others - Maximum Product Subarray
- 21 May Dynamic Programming - Coin Change
- 20 May Two Pointers - Longest Palindromic Substring
- 20 May Dynamic Programming - House Robber I & II
- 19 May Dynamic Programming - Min Cost Climbing Stairs
- 18 May Dynamic Programming - Climbing Stairs
- 17 May Greedy - Boats to Save People
- 17 May Greedy - Jump Game II
- 17 May Greedy - Gas Stations
- 17 May Greedy - Two City Scheduling
- 16 May Backtracking - Reconstruct Itinerary
- 16 May Greedy - Jump Game
- 15 May Backtracking - Combinations
- 15 May Backtracking - Find Unique Binary String
- 15 May Backtracking - Combinations
- 14 May Backtracking - Letter Combinations of a Phone Number
- 14 May Backtracking - Generate Parentheses
- 14 May Backtracking - Combination Sum II
- 14 May Backtracking - Combination Sum
- 13 May Backtracking - Subsets II
- 13 May Backtracking - Permutations
- 13 May Backtracking - Permutations II
- 12 May Backtracking - Subsets
- 12 May Backtracking - Restore IP Addresses
- 12 May Backtracking - Matchsticks to Square
- 11 May Backtracking - Word Search
- 11 May Backtracking - Word Search II
- 11 May Backtracking - Target Sum
- 11 May Backtracking - House Robber III
- 10 May Backtracking - N-Queens
- 09 May Others - First Missing Positive
- 08 May Tree - Spiral Matrix
- 08 May Tree - Set Matrix Zeroes
- 08 May Matrices - Rotate Image
- 07 May Tree - Shortest Bridge
- 07 May Tree - Count Sub Islands
- 06 May Tree - Longest Increasing Path in a Matrix
- 05 May Tree - Rotting Oranges
- 04 May Tree - Walls and Gates
- 04 May Tree - Surrounded Regions
- 01 May Tree - Swim in Rising Water
- 01 May Tree - Reorder Routes to Lead to City Zero
- 01 May Tree - Island Perimeter
- 30 Apr Tree - Pacific Atlantic Water Flow
- 30 Apr Tree - Number of Islands
- 22 Apr Tree - Course Schedule
- 22 Apr Tree - Course Schedule II
- 21 Apr Tree - Word Ladder
- 21 Apr Tree - Graph Valid Tree
- 20 Apr Tree - Clone Graph
- 17 Apr Tree - Network Delay Time
- 16 Apr Tree - Path Sum
- 15 Apr Tree - Trim a Binary Search Tree
- 15 Apr Tree - Flatten Binary Tree to Linked List
- 14 Apr Tree - Serialize and Deserialize Binary Tree
- 14 Apr Tree - Same Tree
- 14 Apr Tree - Construct Binary Tree from PreOrder and InOrder Traversal
- 14 Apr Tree - Binary Tree Maximum Path Sum
- 13 Apr Tree - Kth Smallest Element in a BST
- 13 Apr Tree - Diameter of a Binary Tree
- 11 Apr Tree - Sum Root to Leaf Numbers
- 11 Apr Tree - Binary Tree Right Side View
- 10 Apr Tree - Validate Binary Search Tree
- 09 Apr Linked List - Sort List
- 09 Apr Tree - Merge Two Binary Trees
- 09 Apr Tree - Count Good Nodes in Binary Tree
- 09 Apr Tree - Convert Sorted Array to Binary Search Tree
- 09 Apr Tree - Balanced Binary Tree
- 08 Apr Linked List - Swap Nodes in Pairs
- 08 Apr Linked List - Reverse Nodes in K-Group
- 08 Apr Linked List - Add Two Numbers
- 07 Apr Linked List - Reorder List
- 07 Apr Linked List - Remove Linked List Elements
- 07 Apr Sliding Window - Longest Repeating Character Replacement
- 06 Apr Sliding Window - Minimum Window Substring
- 05 Apr Web Application Desktop Framework
- 05 Apr Binary Search - Search in Rotated Sorted Array II
- 05 Apr Sliding Window - Longest Substring Without Repeating Characters
- 05 Apr Sliding Window - Find Maximum in Sliding Window
- 04 Apr Binary Search - Search in Rotated Sorted Array
- 03 Apr Binary Search - Median of Two Sorted Arrays
- 03 Apr Binary Search - Find K Closest Elements
- 02 Apr Binary Search - Valid Perfect Square
- 02 Apr Two Pointers - Sort Colors
- 30 Mar Coding Transformer Model from Scratch Using PyTorch - Part 2 (Data Processing and Preparation)
- 29 Mar Coding Transformer Model from Scratch Using PyTorch - Part 1 (Understanding and Implementing the Architecture)
- 28 Mar Moving From WordPress to GitPages
- 27 Oct Machine Translation using Attention with PyTorch
- 24 Oct Machine Translation using Recurrent Neural Network and PyTorch
- 08 Apr Support Vector Machines for Beginners – Training Algorithms (Part 4)
- 07 Apr Support Vector Machines for Beginners – Kernel SVM (Part 3)
- 06 Apr Support Vector Machines for Beginners – Duality Problem (Part 2)
- 05 Apr Support Vector Machines for Beginners – Linear SVM (Part 1)
- 01 Oct Linear Discriminant Analysis – from Theory to Code
- 20 May Implement Canny edge detector using Python from scratch
- 19 May How to implement Sobel edge detection using Python from scratch
- 19 May Applying Gaussian Smoothing to an Image using Python from scratch
- 15 May Introduction to Naive Bayes Classifier using R and Python
- 29 Apr Understanding and implementing Neural Network with SoftMax in Python from scratch
- 18 Apr Understand and Implement the Backpropagation Algorithm From Scratch In Python
- 21 Feb Implement Viterbi Algorithm in Hidden Markov Model using Python and R
- 20 Feb Derivation and implementation of Baum Welch Algorithm for Hidden Markov Model
- 17 Feb Forward and Backward Algorithm in Hidden Markov Model
- 13 Feb Introduction to Hidden Markov Model