- Notifications
You must be signed in to change notification settings - Fork1.9k
Pull requests: phishman3579/java-algorithms-implementation
Author
Uh oh!
There was an error while loading.Please reload this page.
Label
Uh oh!
There was an error while loading.Please reload this page.
Projects
Uh oh!
There was an error while loading.Please reload this page.
Milestones
Uh oh!
There was an error while loading.Please reload this page.
Reviews
Assignee
Assigned to nobodyLoading
Uh oh!
There was an error while loading.Please reload this page.
Sort
Pull requests list
Quiz 2. Update division functionality to include error handling for d…
#262 openedNov 1, 2024 bySofia-RimandoLoading…
4 tasks
An error handling for division by zero was added by throwing IllegalA…
#261 openedNov 1, 2024 bya-ellwoodLoading…
4 tasks
Added a check to throw a IllegalArguemntException before division by 0
#258 openedNov 1, 2024 bymorri12Loading…
Added divisor check for all division methods which throws runtime exception if divisor is zero
#257 openedNov 1, 2024 byHasn-SaeedLoading…
Added check for division by 0 and associated error message.
#253 openedNov 1, 2024 byRowanvanRhijnLoading…
4 tasks
handle when divisor b is zero in all division methods in Division.Java
#249 openedNov 1, 2024 byUmForgotMyNameLoading…
added way to send error for when dividing by zero
#248 openedNov 1, 2024 byChrisTienYenWalkerLoading…
4 tasks
Added error checking for division by 0 on a branch called NewBranch. Benefits users so that they can't divide by 0 and get an error.
#245 openedNov 1, 2024 bycolemaykeLoading…
4 tasks done
updated Integers.java to use constants for readability
#240 openedOct 30, 2024 byaboosoosLoading…
4 tasks done
Larger values represented as constants at the top of the file
#238 openedOct 30, 2024 bywelshowaLoading…
Changed integers.java constants location and implemented constants in file
#237 openedOct 30, 2024 bySameerM123Loading…
ProTip! Typegp on any issue or pull request to go back to the pull request listing page.