File tree Expand file tree Collapse file tree 14 files changed +6
-17
lines changed
1-3-2-heterogeneous-max-holder
2-0-data-structures-and-algorithms/2-2-5-array-list
3-6-4-random-field-comparator
4-0-object-oriented-programming/4-3-1-flight-search
5-0-functional-programming
5-0-1-lambda-functions-map
5-0-2-stream-sum-of-squares Expand file tree Collapse file tree 14 files changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ it is not safe. Using `Object` requires runtime casting which can cause runtime
24
24
25
25
---
26
26
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
27
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/Q5aEmF8E86fbZ4rXA )
28
27
29
28
##
30
29
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change 9
9
* implement a generic method getMax that retrieves a max value by its type ✅
10
10
* wrap a comparator instance to make it null-safe ✅
11
11
12
+ ### Exercise overview 🇺🇦
13
+ [ ![ Watch the video] ( https://img.youtube.com/vi/jQnGDgH-Zfg/0.jpg )] ( https://www.youtube.com/watch?v=jQnGDgH-Zfg )
14
+
12
15
---
13
16
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
14
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/u6kHcecFuzxV232LA )
15
17
16
18
##
17
19
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ Build strong skills implementing a well known Array List data structure 💪
22
22
---
23
23
24
24
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
25
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/WQPxc7rDFgZK6eEk7 )
26
25
27
26
##
28
27
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ You're supposed to know the basics of Stream API and how to work with files in J
12
12
13
13
---
14
14
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
15
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/MAfCxL1JLfY76ki9A )
16
15
17
16
##
18
17
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ You're supposed to know how to work with text files and be able to write Java co
15
15
---
16
16
17
17
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
18
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/jhXEAzG4TB81S43CA )
19
18
20
19
##
21
20
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ it's called back reference)
61
61
---
62
62
63
63
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
64
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/jhXEAzG4TB81S43CA )
65
64
66
65
##
67
66
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change 11
11
12
12
---
13
13
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
14
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/u6kHcecFuzxV232LA )
15
14
16
15
##
17
16
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ You're supposed to be familiar polymorphism and Java interfaces
21
21
---
22
22
23
23
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
24
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/8YUNC2YctwDi7qwP7 )
25
24
26
25
##
27
26
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ Start learning functional programming in Java by writing simple math functions u
13
13
---
14
14
15
15
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
16
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/TPSCpZAMZvNXYCoA6 )
17
16
18
17
##
19
18
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ Learn functional programming by refactoring a piece of code using Stream API
9
9
10
10
---
11
11
#### 🆕 First time here? – [ See Introduction] ( https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction )
12
- #### ➡️ Have any feedback? – [ Please fill the form ] ( https://forms.gle/7GaNdgTDWhaSh4fc7 )
13
12
14
13
##
15
14
<div align =" center " ><img src =" https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif " height =50/ ></div >
You can’t perform that action at this time.
0 commit comments