Skip to content

amarmaurya-com/Java-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Java-Projects ๐Ÿš€

This repository contains multiple Java-based projects developed for practice, learning, and demonstration purposes. Each folder represents a self-contained Java project with its own purpose, logic, and features.


๐Ÿ“ Projects Overview

1. ๐Ÿ“ง email-builder

A Java console application that generates company emails for employees with:

  • Department selection
  • Random secure password generation
  • Email ID creation logic

2. ๐Ÿง  BitCompressor

A Java application to compress bit streams using bitwise manipulation and encoding techniques. (Planned or WIP)

Simulates various CPU scheduling algorithms like:

  • FCFS
  • Round Robin
  • SJF (Preemptive/Non-Preemptive)
  • HRRN
  • Priority & Aging

Useful for OS & DSA practice.

4. โŒโญ• Java-TicTacToe

A fully functional terminal-based Tic Tac Toe game written in Java, supporting:

  • Two-player mode
  • Win/draw logic
  • Neat board UI in console

๐Ÿ’ป How to Run

Navigate to any folder and compile/run the Java files using:

cd folder-name
javac MainFile.java
java MainFile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published