KHYATI MADDALI
@khyatimaddali
Published Projects
Brick Breaker game using Java
In this guide, we will learn to develop a simple and fun- Brick Breaker game in Java.
Graphics in JAVA
In this guide, you will learn about the graphics class and the methods you can use to develop applet in Java. You will also see the implementation of some of the methods in graphics.
The Bisection method using Python code
In this guide, we will learn the implementation of the Bisection method for finding the real root of a non-linear polynomial equation using Python.
Simple library system using classes using Python
In this guide, you will learn to implement a simple library system using classes in Python. You will create a library management system to display books, add books, lend and return books.
Adapter classes in Java with example
In this guide, you will learn about various adapter classes in Java, their implementation and usefulness in developing GUI projects with an easy and understandable example.
Implementation of Singly linked list in Java
In this guide, you will learn how to implement a Singly linked list in Java. You will also learn about the operations that we can possibly perform with the Singly linked list.
Random password generator with special characters in Python
In this era, having strong passwords is essential to protect yourself from online attacks. While some find it burdening, Let's take this as a challenge to develop a solution by coding in Python!