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 62d3ec2

Browse files
committed
Fix YouTube video preview images
1 parent 0c98b50 commit 62d3ec2

File tree

9 files changed

+9
-17
lines changed

9 files changed

+9
-17
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ runtime to compile time and makes type parametrization safer.**
2222
* [Effective Java, Chapter 5 – Generics](https://read.amazon.com/kp/embed?asin=B078H61SCH&preview=newtab&linkCode=kpe&ref_=cm_sw_r_kb_dp_SADNB2C41TWARGY4QGKZ) 📘
2323

2424
### Exercise overview 🇺🇦
25-
[![Linked List](https://yt-embed.herokuapp.com/embed?v=EaL5KsSlEQM)](https://youtu.be/EaL5KsSlEQM)
25+
[![Watch the video](https://img.youtube.com/vi/EaL5KsSlEQM/0.jpg)](https://www.youtube.com/watch?v=EaL5KsSlEQM)
2626

2727
---
2828
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
29-
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/u6kHcecFuzxV232LA)
3029

3130
##
3231
<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-5-0-hello-annotations/README.MD

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ Learn annotations basics to better understand how the frameworks use them 💪
1010
* set **default value** for a member ✅
1111
* **use custom annotation** on a class ✅
1212

13-
---
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/UADe1YKHiFVXQJLF8)
1613

1714
### Exercise overview 🇺🇦
18-
[![Linked List](https://yt-embed.herokuapp.com/embed?v=KF1H2EOCdD4)](https://youtu.be/KF1H2EOCdD4)
15+
[![Watch the video](https://img.youtube.com/vi/KF1H2EOCdD4/0.jpg)](https://www.youtube.com/watch?v=KF1H2EOCdD4)
1916

17+
---
18+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
2019
##
2120
<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-1-node/README.MD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ You're supposed to be familiar **Java classes** and **generics**
1313
* create a **circle of linked nodes**
1414

1515
### Exercise overview 🇺🇦
16-
[![Linked List](https://yt-embed.herokuapp.com/embed?v=Ot5ma8NXcS0)](https://youtu.be/Ot5ma8NXcS0)
16+
[![Watch the video](https://img.youtube.com/vi/Ot5ma8NXcS0/0.jpg)](https://www.youtube.com/watch?v=Ot5ma8NXcS0)
1717

1818
---
1919
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
20-
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/JGTFw5nfwR89tmSbA)
2120

2221
##
2322
<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-2-stack/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ stored to the stack.**
2121
* maintain stack **size**
2222

2323
---
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/VgcSYEgm68pzYp6E8)
24+
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
2625

2726
##
2827
<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-3-linked-queue/README.MD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ You're supposed to be familiar [Queue](https://en.wikipedia.org/wiki/Queue_(abst
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/ps9feaVAUsUT1gA29)
1615

1716
##
1817
<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-4-linked-list/README.MD

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ You're supposed to be familiar [Linked List](https://en.wikipedia.org/wiki/Linke
1313
* maintain list **size**
1414

1515
### Exercise overview 🇺🇦
16-
[![Linked List](https://yt-embed.herokuapp.com/embed?v=knhSNO3bAHo)](https://youtu.be/knhSNO3bAHo)
16+
[![Watch the video](https://img.youtube.com/vi/knhSNO3bAHo/0.jpg)](https://www.youtube.com/watch?v=knhSNO3bAHo)
1717

1818
---
1919
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
20-
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/tjCWWmpPHupe7Y8x7)
2120

2221
##
2322
<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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Build strong skills implementing a well known Array List data structure 💪
1717
* maintain list **size**
1818

1919
### Exercise overview 🇺🇦
20-
[![Linked List](https://yt-embed.herokuapp.com/embed?v=jFBKToSC3ag)](https://youtu.be/jFBKToSC3ag)
20+
[![Watch the video](https://img.youtube.com/vi/jFBKToSC3ag/0.jpg)](https://www.youtube.com/watch?v=jFBKToSC3ag)
2121

2222
---
2323

‎2-0-data-structures-and-algorithms/2-2-6-binary-search-tree/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ Learn tree data structures and build strong skills implementing binary search tr
1515

1616

1717
### Exercise overview 🇺🇦
18-
[![Linked List](https://yt-embed.herokuapp.com/embed?v=alxzyWswCVg)](https://youtu.be/alxzyWswCVg)
18+
[![Watch the video](https://img.youtube.com/vi/alxzyWswCVg/0.jpg)](https://www.youtube.com/watch?v=alxzyWswCVg)
1919

2020
---
2121
#### 🆕 First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction)
22-
#### ➡️ Have any feedback? – [Please fill the form ](https://forms.gle/7U9XZHuTtT5xpjXR6)
2322

2423
##
2524
<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-9-hash-table/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ Learn a Hash Table data structures and build strong skills creating a hash table
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/7U9XZHuTtT5xpjXR6)
1514

1615
##
1716
<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 によって変換されたページ (->オリジナル) /