This site uses cookies. By continuing to browse the site you are agreeing to our use of cookies.
Tag: dsa
Introduction to Arrays
An array is a collection of items of the same data type stored at contiguous memory locations.
Coding Problem: Nth Fibonacci
Given a number n, find the Fibonacci series up to the n term.
Coding Problem: Validate Subsequence
Give two non-empty array of integers, write a method that determines whether the second array is a subsequence of the first one.