DS_Algo
DS_Algo copied to clipboard
A repository to maintain various data structures and algorithms
My stack made with javascript implements the following methods: - push - pop - peek - isEmpty - size - print
problem: divisibility Count: Given N-Number of digit and Number A and B. Count the Number of N-digit numbers divisible by both A and B;
_1. Factorial Using DP 2. Fibonacci Series Using DP_
Added a python program that find's the middle node of a singly linked list.