Shivangi Singh
Shivangi Singh
The information displayed regarding cities under ```Know more about``` in the application is fetched form wikimedia that uses the text to speech feature for the city names pronounciation. But in...
**What is the issue that you are facing?** Every year new students are enrolled for different courses and there might be a need for buying books. But mostly the course...
**What is the issue that you are facing?** Every time a courier comes, the department has to make note of the parcel manually. Also, the receiver has to visit the...
Write a Java program to find if a given year is a leap year or not.
Create a README.md file and implementation of Boyer Moore algorithm. The implementation can be done using Java or python.
Writing code for any one of the listed concept (check boxes symbolizes the concept topic). You can do the same for more than one topic also as per your interest....
Write a Java program to check if a given number is prime or not i.e. a number which is not divisible by any other number other than 1 and itself.
Write a code that prints all the values divisible by 7 in the range of 1 to 100 in reverse order.
Give the code that prints any two numbers as output between 1-100 such that the two numbers when added yield a prime number less than 100. Example: Input: 71 output:(70,1).......
Star the repository and give the code in any preferable language to print either of the following pattern: ![Screenshot_2019-10-18 Print Star Pattern in Java Print Triangle of Star in Java...