diff --git a/src/Practice/Permutations/DecreaseByOne_BottomsUp.java b/src/Practice/Permutations/DecreaseByOne_BottomsUp.java new file mode 100644 index 0000000..17cf774 --- /dev/null +++ b/src/Practice/Permutations/DecreaseByOne_BottomsUp.java @@ -0,0 +1,15 @@ +package Practice.Permutations; + +/** + * @author Jonathan Turner + * @version Spring 2024 + */ +public class DecreaseByOne_BottomsUp { + + public static void main(String[] args) { + // Prompt for Input + } + + + +}