From 62d3ec2cc671c1385b63bef582de6ef3c8703004 Mon Sep 17 00:00:00 2001 From: Taras Boychuk Date: Mon, 3 Jun 2024 14:24:29 +0300 Subject: [PATCH] Fix YouTube video preview images --- 1-0-java-basics/1-3-1-crazy-generics/README.MD | 3 +-- 1-0-java-basics/1-5-0-hello-annotations/README.MD | 7 +++---- 2-0-data-structures-and-algorithms/2-2-1-node/README.MD | 3 +-- 2-0-data-structures-and-algorithms/2-2-2-stack/README.md | 3 +-- .../2-2-3-linked-queue/README.MD | 1 - .../2-2-4-linked-list/README.MD | 3 +-- .../2-2-5-array-list/README.MD | 2 +- .../2-2-6-binary-search-tree/README.md | 3 +-- .../2-2-9-hash-table/README.md | 1 - 9 files changed, 9 insertions(+), 17 deletions(-) diff --git a/1-0-java-basics/1-3-1-crazy-generics/README.MD b/1-0-java-basics/1-3-1-crazy-generics/README.MD index 76b70004..a1db462a 100644 --- a/1-0-java-basics/1-3-1-crazy-generics/README.MD +++ b/1-0-java-basics/1-3-1-crazy-generics/README.MD @@ -22,11 +22,10 @@ runtime to compile time and makes type parametrization safer.** * [Effective Java, Chapter 5 – Generics](https://read.amazon.com/kp/embed?asin=B078H61SCH&preview=newtab&linkCode=kpe&ref_=cm_sw_r_kb_dp_SADNB2C41TWARGY4QGKZ) πŸ“˜ ### Exercise overview πŸ‡ΊπŸ‡¦ -[![Linked List](https://yt-embed.herokuapp.com/embed?v=EaL5KsSlEQM)](https://youtu.be/EaL5KsSlEQM) +[![Watch the video](https://img.youtube.com/vi/EaL5KsSlEQM/0.jpg)](https://www.youtube.com/watch?v=EaL5KsSlEQM) --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/u6kHcecFuzxV232LA) ##
\ No newline at end of file diff --git a/1-0-java-basics/1-5-0-hello-annotations/README.MD b/1-0-java-basics/1-5-0-hello-annotations/README.MD index e31583d8..70290ad7 100644 --- a/1-0-java-basics/1-5-0-hello-annotations/README.MD +++ b/1-0-java-basics/1-5-0-hello-annotations/README.MD @@ -10,12 +10,11 @@ Learn annotations basics to better understand how the frameworks use them πŸ’ͺ * set **default value** for a member βœ… * **use custom annotation** on a class βœ… ---- -#### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/UADe1YKHiFVXQJLF8) ### Exercise overview πŸ‡ΊπŸ‡¦ -[![Linked List](https://yt-embed.herokuapp.com/embed?v=KF1H2EOCdD4)](https://youtu.be/KF1H2EOCdD4) +[![Watch the video](https://img.youtube.com/vi/KF1H2EOCdD4/0.jpg)](https://www.youtube.com/watch?v=KF1H2EOCdD4) +--- +#### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) ##
\ No newline at end of file diff --git a/2-0-data-structures-and-algorithms/2-2-1-node/README.MD b/2-0-data-structures-and-algorithms/2-2-1-node/README.MD index f4c5b06e..036f631c 100644 --- a/2-0-data-structures-and-algorithms/2-2-1-node/README.MD +++ b/2-0-data-structures-and-algorithms/2-2-1-node/README.MD @@ -13,11 +13,10 @@ You're supposed to be familiar **Java classes** and **generics** * create a **circle of linked nodes** βœ… ### Exercise overview πŸ‡ΊπŸ‡¦ -[![Linked List](https://yt-embed.herokuapp.com/embed?v=Ot5ma8NXcS0)](https://youtu.be/Ot5ma8NXcS0) +[![Watch the video](https://img.youtube.com/vi/Ot5ma8NXcS0/0.jpg)](https://www.youtube.com/watch?v=Ot5ma8NXcS0) --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/JGTFw5nfwR89tmSbA) ##
\ No newline at end of file diff --git a/2-0-data-structures-and-algorithms/2-2-2-stack/README.md b/2-0-data-structures-and-algorithms/2-2-2-stack/README.md index 7121479e..fb740f36 100644 --- a/2-0-data-structures-and-algorithms/2-2-2-stack/README.md +++ b/2-0-data-structures-and-algorithms/2-2-2-stack/README.md @@ -21,8 +21,7 @@ stored to the stack.** * maintain stack **size** βœ… --- -#### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/VgcSYEgm68pzYp6E8) +#### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) ##
\ No newline at end of file diff --git a/2-0-data-structures-and-algorithms/2-2-3-linked-queue/README.MD b/2-0-data-structures-and-algorithms/2-2-3-linked-queue/README.MD index afa3b71a..a5419bba 100644 --- a/2-0-data-structures-and-algorithms/2-2-3-linked-queue/README.MD +++ b/2-0-data-structures-and-algorithms/2-2-3-linked-queue/README.MD @@ -12,7 +12,6 @@ You're supposed to be familiar [Queue](https://en.wikipedia.org/wiki/Queue_(abst --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/ps9feaVAUsUT1gA29) ##
\ No newline at end of file diff --git a/2-0-data-structures-and-algorithms/2-2-4-linked-list/README.MD b/2-0-data-structures-and-algorithms/2-2-4-linked-list/README.MD index 77d90ce8..7ef45a4b 100644 --- a/2-0-data-structures-and-algorithms/2-2-4-linked-list/README.MD +++ b/2-0-data-structures-and-algorithms/2-2-4-linked-list/README.MD @@ -13,11 +13,10 @@ You're supposed to be familiar [Linked List](https://en.wikipedia.org/wiki/Linke * maintain list **size** βœ… ### Exercise overview πŸ‡ΊπŸ‡¦ -[![Linked List](https://yt-embed.herokuapp.com/embed?v=knhSNO3bAHo)](https://youtu.be/knhSNO3bAHo) +[![Watch the video](https://img.youtube.com/vi/knhSNO3bAHo/0.jpg)](https://www.youtube.com/watch?v=knhSNO3bAHo) --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/tjCWWmpPHupe7Y8x7) ##
\ No newline at end of file diff --git a/2-0-data-structures-and-algorithms/2-2-5-array-list/README.MD b/2-0-data-structures-and-algorithms/2-2-5-array-list/README.MD index 3a7dc880..001b63b7 100644 --- a/2-0-data-structures-and-algorithms/2-2-5-array-list/README.MD +++ b/2-0-data-structures-and-algorithms/2-2-5-array-list/README.MD @@ -17,7 +17,7 @@ Build strong skills implementing a well known Array List data structure πŸ’ͺ * maintain list **size** βœ… ### Exercise overview πŸ‡ΊπŸ‡¦ -[![Linked List](https://yt-embed.herokuapp.com/embed?v=jFBKToSC3ag)](https://youtu.be/jFBKToSC3ag) +[![Watch the video](https://img.youtube.com/vi/jFBKToSC3ag/0.jpg)](https://www.youtube.com/watch?v=jFBKToSC3ag) --- diff --git a/2-0-data-structures-and-algorithms/2-2-6-binary-search-tree/README.md b/2-0-data-structures-and-algorithms/2-2-6-binary-search-tree/README.md index acac4832..4a86347a 100644 --- a/2-0-data-structures-and-algorithms/2-2-6-binary-search-tree/README.md +++ b/2-0-data-structures-and-algorithms/2-2-6-binary-search-tree/README.md @@ -15,11 +15,10 @@ Learn tree data structures and build strong skills implementing binary search tr ### Exercise overview πŸ‡ΊπŸ‡¦ -[![Linked List](https://yt-embed.herokuapp.com/embed?v=alxzyWswCVg)](https://youtu.be/alxzyWswCVg) +[![Watch the video](https://img.youtube.com/vi/alxzyWswCVg/0.jpg)](https://www.youtube.com/watch?v=alxzyWswCVg) --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/7U9XZHuTtT5xpjXR6) ##
\ No newline at end of file diff --git a/2-0-data-structures-and-algorithms/2-2-9-hash-table/README.md b/2-0-data-structures-and-algorithms/2-2-9-hash-table/README.md index 98267091..f1bc7ca3 100644 --- a/2-0-data-structures-and-algorithms/2-2-9-hash-table/README.md +++ b/2-0-data-structures-and-algorithms/2-2-9-hash-table/README.md @@ -11,7 +11,6 @@ Learn a Hash Table data structures and build strong skills creating a hash table --- #### πŸ†• First time here? – [See Introduction](https://github.com/bobocode-projects/java-fundamentals-exercises/tree/main/0-0-intro#introduction) -#### ➑️ Have any feedback? – [Please fill the form ](https://forms.gle/7U9XZHuTtT5xpjXR6) ##
\ No newline at end of file