Akanksha010Gurung's Stars
crazywiden/Hangman_AI_solver
Let's play Hangman! Now you are the one who give word for AI to guess!
brunodalarosa/PlayHangmanBot
Hangman game telegram bot
YAPhoa/HangmanKeras
Simple AI Agent Trained to play Hangman
MultiplayerHangman/MultiplayerHangman
A multiplayer hangman game using Python and Javascript :)
immadisairaj/Quiz
An android application which uses Open Trivia Api.
SwapnilSrkr/QuizApplication
Quiz App
MadhushiWelikala/flight-reservation-system
The flight reservation system allows reserving and managing flights. This was initially built as an University Project.
Anirudh-A-V/open-resume-analyzer
jaalsh/java-maze-algorithms
Maze generation and solving algorithms in Java.
deepakpadhi986/AI-Resume-Analyzer
Ai Resume Analyzer is a tool which parses information from a resume using natural language processing and finds the keywords, cluster them onto sectors based on their keywords. And lastly show recommendations, predictions, analytics to the applicant based on keyword matching.
Sifaldin/Todo-List-Application-Java
To Do List Application
chris-burn/To-Do-List---Java-Android-App
To-Do List Android application, built using Android Studio
rmnoon/WorkflowyList
A WorkFlowy to-do / note-taking list widget for Android. Includes a nice Java client.
mustafaynk/todolist
To Do List application developed for task management.
sspeedy99/File-Compression
A file compression program written in C++ to compress files using Huffman Coding
Abhikar12/File-Compression
The project is to design compression and decompression programs using Huffman Coding. The idea is to assign variable length codes to input characters based on their frequencies. The more the frequency of the character the shorter the code assigned to it.