Skip to content

Pull requests: phishman3579/java-algorithms-implementation

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Quiz 2. Update division functionality to include error handling for d…
#262 opened Nov 1, 2024 by Sofia-Rimando Loading… updated Nov 1, 2024
4 tasks
An error handling for division by zero was added by throwing IllegalA…
#261 opened Nov 1, 2024 by a-ellwood Loading… updated Nov 1, 2024
4 tasks
Abandaru new branch
#259 opened Nov 1, 2024 by abandaru04 Loading… updated Nov 1, 2024
4 tasks
exception throwers added
#260 opened Nov 1, 2024 by gozenbro Loading… updated Nov 1, 2024
Added a check to throw a IllegalArguemntException before division by 0
#258 opened Nov 1, 2024 by morri12 Loading… updated Nov 1, 2024
Added Error Handling for Dividing by Zero
#256 opened Nov 1, 2024 by Ahsan-Siddiqi Loading… updated Nov 1, 2024
Fixed Dividing by Zero errors
#251 opened Nov 1, 2024 by Bourdeaa Loading… updated Nov 1, 2024
added way to send error for when dividing by zero
#248 opened Nov 1, 2024 by ChrisTienYenWalker Loading… updated Nov 1, 2024
4 tasks
Added check for division by 0 and associated error message.
#253 opened Nov 1, 2024 by RowanvanRhijn Loading… updated Nov 1, 2024
4 tasks
Zero Divisor Handling Added
#250 opened Nov 1, 2024 by Archon-73 Loading… updated Nov 1, 2024
4 tasks
Added error handling for divison by zero cases.
#252 opened Nov 1, 2024 by vchahal24 Loading… updated Nov 1, 2024
handle when divisor b is zero in all division methods in Division.Java
#249 opened Nov 1, 2024 by UmForgotMyName Loading… updated Nov 1, 2024
I added error handling for division by zero
#247 opened Nov 1, 2024 by Cjohns54 Loading… updated Nov 1, 2024
Added code to check for 0 divisor
#246 opened Nov 1, 2024 by carterrows Loading… updated Nov 1, 2024
Constants moved to top and comment added for them
#244 opened Oct 31, 2024 by mshayan1620 Loading… updated Oct 31, 2024
New branch
#243 opened Oct 30, 2024 by arensmac Loading… updated Oct 31, 2024
4 tasks done
Added Comments and branched
#242 opened Oct 30, 2024 by brij0 Loading… updated Oct 30, 2024
4 tasks
Constant Definitions Moved to Top of the Class
#241 opened Oct 30, 2024 by Louayalarfi Loading… updated Oct 30, 2024
updated Integers.java to use constants for readability
#240 opened Oct 30, 2024 by aboosoos Loading… updated Oct 30, 2024
4 tasks done
Moved vairables to top to improve readability
#239 opened Oct 30, 2024 by CK8008 Loading… updated Oct 30, 2024
moved definition of constants for better readability
#235 opened Oct 30, 2024 by cbauma05 Loading… updated Oct 30, 2024
4 tasks
Changed integers.java constants location and implemented constants in file
#237 opened Oct 30, 2024 by SameerM123 Loading… updated Oct 30, 2024
Larger values represented as constants at the top of the file
#238 opened Oct 30, 2024 by welshowa Loading… updated Oct 30, 2024
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.