mndxpnsn's repositories
graph-theory-I
All solutions to the problems in the "Graph Theory I" study plan on LeetCode.
abbreviation
Dynamic programming solution to the "Abbreviation" problem on HackerRank.
algorithms-II
All solutions to the problems in the "Algorithms II" study plan on LeetCode.
arithmetic-slices
Solution to the "Arithmetic Slices" problem on LeetCode.
guapo-game
Implementation of Guapo Game for iOS
poisson-3D
numerical solution of the 3D Poisson equation using the incomplete Cholesky conjugate gradient method.
ultimate-dp-I
All solutions to the problems in "Dynamic Programming I", the LeetCode dynamic programming study plan - I.
coin-change-2
Dynamic programming solution to the "Coin Change 2" problem on LeetCode.
coin-change-dp
Solution to the "Coin Change" problem on LeetCode.
house-robber-II
Dynamic programming solution to the "House Robber II" problem on LeetCode.
is-subsequence
Solution to the "Is Subsequence" problem on LeetCode.
longest-common-subsequence
Dynamic programming solution for the "Longest Common Subsequence" problem on LeetCode.
longest-increasing-subsequence
Dynamic programming solution to the "Longest Increasing Subsequence" problem on LeetCode.
longest-palindromic-subsequence
Dynamic programming solution to the "Longest Palindromic Subsequence" problem on LeetCode.
longest-palindromic-substring
Solution to the "Longest Palindromic Substring" problem on LeetCode.
matrix-block-sum
Solution to the "Matrix Block Sum" problem on LeetCode.
max-line-points
Solution to the "Max Points on a Line" problem on Leetcode.
max-sum-circle
Solution to the "Maximum Sum Circular Subarray" problem on LeetCode.
maximal-square
Solution to the "Maximal Square" problem on LeetCode.
min-fall-path
Dynamic programming solution to the "Minimum Falling Path Sum" problem on LeetCode.
optimal-schedule
Greedy and backtracking approaches to optimal assignment scheduling.
pascals-triangle
Solution to the "Pascal's triangle" problem on LeetCode.
pascals-triangle-II
Solution to the "Pascal's triangle II" problem on LeetCode.
perfect-squares
Dynamic programming solution to the "Perfect Squares" problem on LeetCode.
range-query-2D
Dynamic programming solution to the "Range Sum Query 2D - Immutable" problem on LeetCode.
sell-stock
Solution to the " Best Time to Buy and Sell Stock" problem on LeetCode.
sell-stock-fee
Solution to the "Best Time to Buy and Sell Stock with Transaction Fee" problem on LeetCode.
sell-stock-IV
Dynamic programming solution to the "Best Time to Buy and Sell Stock IV" problem on LeetCode.
ugly-number-II
Dynamic programming solution to the "Ugly Number II" problem on LeetCode.