mndxpnsn

mndxpnsn

Geek Repo

Github PK Tool:Github PK Tool

mndxpnsn's repositories

graph-theory-I

All solutions to the problems in the "Graph Theory I" study plan on LeetCode.

Language:C++Stargazers:1Issues:2Issues:0

abbreviation

Dynamic programming solution to the "Abbreviation" problem on HackerRank.

Language:JavaStargazers:0Issues:1Issues:0

algorithms-II

All solutions to the problems in the "Algorithms II" study plan on LeetCode.

Language:C++Stargazers:0Issues:1Issues:0

arithmetic-slices

Solution to the "Arithmetic Slices" problem on LeetCode.

Language:JavaStargazers:0Issues:1Issues:0

guapo-game

Implementation of Guapo Game for iOS

Language:SwiftStargazers:0Issues:1Issues:0

poisson-3D

numerical solution of the 3D Poisson equation using the incomplete Cholesky conjugate gradient method.

Language:CStargazers:0Issues:1Issues:0

ultimate-dp-I

All solutions to the problems in "Dynamic Programming I", the LeetCode dynamic programming study plan - I.

Language:C++Stargazers:0Issues:1Issues:0

coin-change-2

Dynamic programming solution to the "Coin Change 2" problem on LeetCode.

Language:JavaStargazers:0Issues:1Issues:0

coin-change-dp

Solution to the "Coin Change" problem on LeetCode.

Language:JavaStargazers:0Issues:0Issues:0

house-robber-II

Dynamic programming solution to the "House Robber II" problem on LeetCode.

Language:C++Stargazers:0Issues:1Issues:0

is-subsequence

Solution to the "Is Subsequence" problem on LeetCode.

Language:C++Stargazers:0Issues:1Issues:0

longest-common-subsequence

Dynamic programming solution for the "Longest Common Subsequence" problem on LeetCode.

Language:C++Stargazers:0Issues:1Issues:0

longest-increasing-subsequence

Dynamic programming solution to the "Longest Increasing Subsequence" problem on LeetCode.

Language:C++Stargazers:0Issues:1Issues:0

longest-palindromic-subsequence

Dynamic programming solution to the "Longest Palindromic Subsequence" problem on LeetCode.

Language:C++Stargazers:0Issues:1Issues:0

longest-palindromic-substring

Solution to the "Longest Palindromic Substring" problem on LeetCode.

Language:C++Stargazers:0Issues:1Issues:0

matrix-block-sum

Solution to the "Matrix Block Sum" problem on LeetCode.

Language:JavaStargazers:0Issues:1Issues:0

max-line-points

Solution to the "Max Points on a Line" problem on Leetcode.

Language:JavaStargazers:0Issues:1Issues:0

max-sum-circle

Solution to the "Maximum Sum Circular Subarray" problem on LeetCode.

Language:C++Stargazers:0Issues:0Issues:0

maximal-square

Solution to the "Maximal Square" problem on LeetCode.

Language:C++Stargazers:0Issues:1Issues:0

min-fall-path

Dynamic programming solution to the "Minimum Falling Path Sum" problem on LeetCode.

Language:JavaStargazers:0Issues:1Issues:0

optimal-schedule

Greedy and backtracking approaches to optimal assignment scheduling.

Language:C++Stargazers:0Issues:0Issues:0

pascals-triangle

Solution to the "Pascal's triangle" problem on LeetCode.

Language:C++Stargazers:0Issues:0Issues:0

pascals-triangle-II

Solution to the "Pascal's triangle II" problem on LeetCode.

Language:C++Stargazers:0Issues:1Issues:0

perfect-squares

Dynamic programming solution to the "Perfect Squares" problem on LeetCode.

Language:JavaStargazers:0Issues:1Issues:0

range-query-2D

Dynamic programming solution to the "Range Sum Query 2D - Immutable" problem on LeetCode.

Language:JavaStargazers:0Issues:1Issues:0

search2D

Binary search solution to the "Search a 2D Matrix" problem on LeetCode.

Language:JavaStargazers:0Issues:1Issues:0

sell-stock

Solution to the " Best Time to Buy and Sell Stock" problem on LeetCode.

Language:C++Stargazers:0Issues:1Issues:0

sell-stock-fee

Solution to the "Best Time to Buy and Sell Stock with Transaction Fee" problem on LeetCode.

Language:JavaStargazers:0Issues:1Issues:0

sell-stock-IV

Dynamic programming solution to the "Best Time to Buy and Sell Stock IV" problem on LeetCode.

Language:JavaStargazers:0Issues:1Issues:0

ugly-number-II

Dynamic programming solution to the "Ugly Number II" problem on LeetCode.

Language:C++Stargazers:0Issues:1Issues:0