Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in coin-change
Arithmetics in Prolog, represent a number using powers of 2
Dec 15, 2022
prolog
coin-change
Coin change with limited number of coins
Nov 28, 2022
c
algorithm
dynamic-programming
knapsack-problem
coin-change
Thought process for arriving at dynamic programming solution of Coins change problem
Oct 10, 2022
algorithm
dynamic-programming
coin-change
Converting a recursion problem code from Python to Common Lisp
Jul 10, 2022
python
recursion
common-lisp
coin-change
Dynamic Programming Coin Change Limited Coins
May 15, 2022
algorithm
dynamic-programming
coin-change
Given an elevator with max weight and n people with x_i weights, find out minimum number of rides needed
Oct 06, 2021
algorithm
dynamic-programming
backtracking
knapsack-problem
coin-change
Algorithms to compute Frobenius Numbers of a set of positive integers
Jan 28, 2019
algorithm
number-theory
coin-change
diophantine
Number of ways to change coins in constant time?
Jun 06, 2022
algorithm
optimization
combinations
coin-change
Finding shortest combinations in array/sequence that equals sum
Feb 27, 2022
python
algorithm
dynamic-programming
coin-change
Recursive change-making algorithm
Oct 25, 2022
python
algorithm
recursion
dynamic-programming
coin-change
Recursive Algorithm Time Complexity: Coin Change
Oct 24, 2022
c++
algorithm
recursion
time-complexity
coin-change
Coin change DP solution to keep track of coins
May 22, 2022
java
algorithm
dynamic-programming
coin-change
Refactoring a recursive function into iterative in a coin-change type of problem
Nov 14, 2022
recursion
iteration
raku
coin-change
Dynamic Programming Coin Change Problems
Dec 26, 2017
algorithm
dynamic-programming
coin-change
SICP making change
May 08, 2021
optimization
scheme
space-complexity
sicp
coin-change
SICP example: Counting change, cannot understand
Aug 19, 2019
algorithm
recursion
scheme
sicp
coin-change
Why does the greedy coin change algorithm not work for some coin sets?
Aug 17, 2022
algorithm
greedy
coin-change
How to find all combinations of coins when given some dollar value [closed]
Aug 16, 2022
algorithm
recursion
puzzle
coin-change