Just-A-Visitor / Algorithmic-Pseudocode

This repository contains the pseudocode(pdf) of various algorithms and data structures necessary for Interview Preparation and Competitive Coding
GNU General Public License v3.0
758 stars 166 forks source link

Add an explanation of Task Scheduler to LeetCode Non-Contest Solutions #131

Open olong12 opened 3 years ago

olong12 commented 3 years ago

There's not many greedy explanations and this is a fairly common problem.

Just-A-Visitor commented 3 years ago

Hey, that's a good suggestion. Do you have something in mind?

olong12 commented 3 years ago

Write up something in the README and then possibly a pdf after that gets done?