#dsa
Read more stories on Hashnode
Articles with this tag
LinkedList is the dynamic data structure as we can add or remove elements at ease, and it can even grow as needed. Just like arrays, linked lists...
Question 1: Sum all numbers Write a function called sumRange. It will take a number and return the sum of all numbers from 1 up to the number passed...