Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ex12-15-para-public
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cse332-23su
ex12-15-para-public
Commits
0bc4854f
Commit
0bc4854f
authored
1 year ago
by
Winston Jodjana
Browse files
Options
Downloads
Patches
Plain Diff
Small change to naming of SequenceRange
parent
d0d42b3a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/getLongestSequence/SequenceRange.java
+4
-4
4 additions, 4 deletions
src/main/java/getLongestSequence/SequenceRange.java
with
4 additions
and
4 deletions
src/main/java/getLongestSequence/SequenceRange.java
+
4
−
4
View file @
0bc4854f
...
...
@@ -8,9 +8,9 @@ public class SequenceRange {
public
int
matchingOnLeft
,
matchingOnRight
;
public
int
longestRange
;
public
SequenceRange
(
int
left
,
int
r
ight
,
int
longest
)
{
this
.
matchingOnLeft
=
l
eft
;
this
.
matchingOnRight
=
r
ight
;
this
.
longestRange
=
longest
;
public
SequenceRange
(
int
matchingOnLeft
,
int
matchingOnR
ight
,
int
longest
Range
)
{
this
.
matchingOnLeft
=
matchingOnL
eft
;
this
.
matchingOnRight
=
matchingOnR
ight
;
this
.
longestRange
=
longest
Range
;
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment