New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/nathansetyawan96/scheduling-algorithms

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/nathansetyawan96/scheduling-algorithms

  • v0.0.0-20220315162521-5c196417f860
  • Source
  • Go
  • Socket score

Version published
Created
Source

Scheduling Algorithms

This repository contains scheduling algorithms found in a book called Handbook of Scheduling: Algorithms, Models, and Performance Analysis, written by James H. Anderson and Joseph Y-T. Leung, published in 2004.

Algorithms

1. Branch and Bound

This algorithm is currently developed, and will be written in Golang.

2. Moore-Hodgson

This algorithm has been implemented in Golang, and it's already finished. I plan to make more test cases to see if the algorithm is working as it is intended.

Issues:

  1. Costs are pushed in a form of 2D array. However, when the costs are pushed, the values in each row are not sorted.

3. Kuhn-Munkres

I plan to write this in the future.

FAQs

Package last updated on 15 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc