Coders Packet

Packets submitted by Janhvi Singh

Android Currency Converter Project Using Java

In this project, we will be making a currency convertor that converts pounds to dollars.

Knuth Morris Pratt Algorithm String Matching in Java

KMP algorithm is a linear-time string matching algorithm wherein we search a pattern /substring in the given text string and check whether it's present or not.

Android Weather Application using weather API and JSON data

An android application used to display weather information of different cities around the world.