Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 707802e

Browse files
committed
Fix YouTube video preview images
1 parent 62d3ec2 commit 707802e

File tree

14 files changed

+6
-17
lines changed

14 files changed

+6
-17
lines changed

‎1-0-java-basics/1-3-0-hello-generics/README.MD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ it is not safe. Using `Object` requires runtime casting which can cause runtime
2424

2525
---
2626
#### 🆕 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)
2827

2928
##
3029
<div align="center"><img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif" height=50/></div>

‎1-0-java-basics/1-3-2-heterogeneous-max-holder/README.MD

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
* implement a generic method getMax that retrieves a max value by its type ✅
1010
* wrap a comparator instance to make it null-safe ✅
1111

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+
1215
---
1316
#### 🆕 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)
1517

1618
##
1719
<div align="center"><img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif" height=50/></div>

‎2-0-data-structures-and-algorithms/2-2-5-array-list/README.MD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Build strong skills implementing a well known Array List data structure 💪
2222
---
2323

2424
#### 🆕 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)
2625

2726
##
2827
<div align="center"><img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif" height=50/></div>

‎3-0-java-core/3-6-1-file-reader/README.MD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ You're supposed to know the basics of Stream API and how to work with files in J
1212

1313
---
1414
#### 🆕 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)
1615

1716
##
1817
<div align="center"><img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif" height=50/></div>

‎3-0-java-core/3-6-2-file-stats/README.MD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ You're supposed to know how to work with text files and be able to write Java co
1515
---
1616

1717
#### 🆕 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)
1918

2019
##
2120
<div align="center"><img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif" height=50/></div>

‎3-0-java-core/3-6-3-crazy-regex/README.MD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ it's called back reference)
6161
---
6262

6363
#### 🆕 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)
6564

6665
##
6766
<div align="center"><img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif" height=50/></div>

‎3-0-java-core/3-6-4-random-field-comparator/README.MD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
---
1313
#### 🆕 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)
1514

1615
##
1716
<div align="center"><img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif" height=50/></div>

‎4-0-object-oriented-programming/4-3-1-flight-search/README.MD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ You're supposed to be familiar polymorphism and Java interfaces
2121
---
2222

2323
#### 🆕 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)
2524

2625
##
2726
<div align="center"><img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif" height=50/></div>

‎5-0-functional-programming/5-0-1-lambda-functions-map/README.MD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Start learning functional programming in Java by writing simple math functions u
1313
---
1414

1515
#### 🆕 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)
1716

1817
##
1918
<div align="center"><img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif" height=50/></div>

‎5-0-functional-programming/5-0-2-stream-sum-of-squares/README.MD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Learn functional programming by refactoring a piece of code using Stream API
99

1010
---
1111
#### 🆕 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)
1312

1413
##
1514
<div align="center"><img src="https://raw.githubusercontent.com/bobocode-projects/resources/master/animation/GitHub%20Star_3.gif" height=50/></div>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /