Skip to content

r4bbit-r4/Java-programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Deadlock detector

This program constructs a resource allocation graph and checks if an incoming allocation request creates a circular dependency.

Recommending system

The program loads the input eg.: the count of users, books and ratings and the ratings themselves, and provides a ten piece list of recommended books for each and every user personalized to them. The program uses the Paerson correlation method to weight other users ratings based on how similar they are to the user in focus.

Scheduler

A multie level, priority schedular writen in java.

About

A small collection of simple Java programs I have worked on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages