Coders Packet

Packets submitted by Matam Deekshith

Array Maximum Consecutive Sum in Java

In this Java tutorial, we are given an array of integers, we have to find the maximal possible sum of its k consecutive elements.

Code Converter in Java

In this Java tutorial, we will convert the given string of 0's and 1's from binary to gray code and vice versa

Avoiding Obstacles in Java

In this java tutorial, we will learn to choose the minimum step size to travel over the positive integer number line such that we don't encounter a single obstacle

Job Scheduling with deadlines in Java

In this java tutorial, we will learn how to schedule the processes based on their deadlines and determine if they can be executed within their deadline or not