Gurleen Kaur
@gurleen7291
3 published packets
Joined May 2021
Published Projects
Generic Stack implementation using Generic class in Java
A generic stack accepts any data type the user wants his/her input to be in. It helps the user use a single stack class to create multiple stacks with varying input datatypes.
Jun 07, 2021
Captcha generator and checker using Java
This project uses the Java Random class to generate a captcha string of length 6 characters. The GUI is made using Java Swing and awt packages.
Jun 07, 2021
Sudoku solver using Java Swing and packages and backtracking
It consists of a 9x9 textbox grid. The value for a textbox is set if it adheres to the rules of sudoku, otherwise, the code backtracks and checks for other possible values.
Jun 07, 2021