The Wayback Machine - https://web.archive.org/web/20200608230519/https://github.com/TheAlgorithms/Java/pull/1343
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added RR_Scheduling with process queue using LinkedList #1343

Open
wants to merge 91 commits into
base: nikhilkala-patch-1
from

Conversation

@badallogical
Copy link

badallogical commented Jun 5, 2020

I added functionality for arrival time, turnaround time, and process queue using linked list ( Array List).
in this it will return the waiting time and turnaround time of each process.

please review my code and send your feedback

nikhilkala and others added 25 commits Jan 28, 2020
Delete Dijkshtra.java
bytesToHex function is changed
Adding try/catch and recursion to optimize the code
Close ressource leak Scanner input
closing Scanner in
removing unused import java.lang.*
removing unused member variable finalCycles
fixing bug
Program is causing a NoSuchElementException
closing Scanner scan
declaring serialVersionUID
optimization
Update LICENSE
@littleFoot1

This comment has been minimized.

Copy link
Contributor Author

littleFoot1 commented on 338fced Apr 16, 2020

The test output is [4, 23, 23, 78, 78, 78, 231, 231, 231], I think it has a problem,
After changing,
Test data output [1, 4, 6, 9, 12, 23, 54, 78, 231]

StepfenShawn and others added 4 commits Apr 17, 2020
I find a problem
dynamic array data structure
Ritik2604 added 7 commits May 23, 2020
@vanleeuw

This comment has been minimized.

Copy link

vanleeuw commented on Sorts/SelectionSort.java in 6818098 May 23, 2020

You forgot to define the generic type in the method signature.

deadshotsb and others added 20 commits May 23, 2020
Addition of Rabin-Karp and String matching using Finite Automata
…d in a file named algorithm.java. Inside file PrimeFactorization, the name of public class was wrong.
I tried to update the CONTRIBUTING.md file in order to simplify as much as possible the process for the developers which will encourage them to join the project and hence enlarge our community.
Thank you for putting it under review, if there are any changes feel free to ask me to do it.
Added Important Algos
Added some issue related to assignment of any particular algorithm
Update CONTRIBUTING.md file
Fixed 8XCorrectness_Bugs + 10XBad_Practice_Bugs + 14XDodgy_Code_Bugs
Adding 3 sum problem, array rotation
@badallogical badallogical reopened this Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

You can’t perform that action at this time.