Coders Packet

Packets submitted by CHATTETI.THARUN

Online Pizza Ordering Application Using Java

Hi, In this packet, we are going to build a code for the Pizza Ordering system using Java.

Java Program to Group Anagrams

Given an array of strings strs, group the anagrams together. You can return the answer in any order.

Java Program to Recursive Digit Sum

In this article, we will be solving a problem in which we need to find the Super Digit of integer p (obtained by concatenating n, k times )and return its value.