Implement stack from scratch

1 min read

https://www.tutorialspoint.com/javaexamples/data_stack.htm

Find the Kth permutation sequence of first N natural numbers
Implement queue from scratch