Aamna Alam
@aamnaalam
3 published packets
Joined May 2021
Published Projects
QUERY OCCURRENCES IN STRING IN JAVA
Hello, in this tutorial we will take a collection of string & query arrays & determine the occurrence of query array elements in the string array.
May 28, 2021
RUN-LENGTH ENCODING IN JAVA
In this Java tutorial, we will see run-length encoding. It is a form of data compression in which data(input) characters are stored and counted.
May 27, 2021
JAVA SERIES (LOOPS)
In this tutorial we will use the integers x,y&n for the creation of series: (x+2⁰.y), (x+2⁰.y+2¹.y),..,(x+2⁰.y+2¹.y+...+(2^(n-1)).y), here we are given q queries in the form of x,y&n.
May 27, 2021