|
8 | 8 |
|
9 | 9 | Java Queue, Deque, Stack and other collections - Ultimate Guide on HappyCoders.eu: |
10 | 10 |
|
11 | | -## English Articles |
| 11 | +## <br>English Articles |
12 | 12 |
|
13 | 13 | ### Fundamentals |
14 | 14 |
|
@@ -58,7 +58,8 @@ Java Queue, Deque, Stack and other collections - Ultimate Guide on HappyCoders.e |
58 | 58 | * Part 10: [Java Deque vs. Stack](https://www.happycoders.eu/algorithms/java-deque-vs-stack/) |
59 | 59 | * Part 11: [Java Queue vs. Deque](https://www.happycoders.eu/algorithms/java-queue-vs-deque/) |
60 | 60 |
|
61 | | -## German Articles |
| 61 | + |
| 62 | +## <br>German Articles |
62 | 63 |
|
63 | 64 | ### Grundlagen |
64 | 65 |
|
@@ -107,3 +108,49 @@ Java Queue, Deque, Stack and other collections - Ultimate Guide on HappyCoders.e |
107 | 108 | * Teil 9: [Deque mit einem Array implementieren](https://www.happycoders.eu/de/algorithmen/deque-implementieren-array/) |
108 | 109 | * Teil 10: [Java Deque vs. Stack](https://www.happycoders.eu/de/algorithmen/java-deque-vs-stack/) |
109 | 110 | * Teil 11: [Java Queue vs. Deque](https://www.happycoders.eu/de/algorithmen/java-queue-vs-deque/) |
| 111 | + |
| 112 | + |
| 113 | +## <br>The Big O Cheat Sheet |
| 114 | + |
| 115 | +With this [1-page PDF cheat sheet](https://www.happycoders.eu/big-o-cheat-sheet/), you'll always have the **7 most important complexity classes** at a glance. |
| 116 | + |
| 117 | +[<img src="/img/big-o-cheat-sheet-pdf-en-transp_936.png" alt="Big O PDF Cheat Sheet Mockup" style="width: 468px; max-width: 100%;">](https://www.happycoders.eu/big-o-cheat-sheet/) |
| 118 | + |
| 119 | +* **Always choose the most efficient data structures** and thus increase the performance of your applications. |
| 120 | +* **Be prepared for technical interviews** and confidently present your algorithm knowledge. |
| 121 | +* **Become a sought-after problem solver** and be known for systematically tackling complex problems. |
| 122 | + |
| 123 | +👉 [Download the Big O Cheat Sheet](https://www.happycoders.eu/big-o-cheat-sheet/)<br> |
| 124 | + |
| 125 | +_(Hier geht's zur deutschen Version → [O-Notation Cheat Sheet](https://www.happycoders.eu/de/o-notation-cheat-sheet/))_ |
| 126 | + |
| 127 | + |
| 128 | +## <br>Java Versions PDF Cheat Sheet |
| 129 | + |
| 130 | +**Stay up-to-date** with the latest Java features with [this PDF Cheat Sheet](https://www.happycoders.eu/java-versions/)! |
| 131 | + |
| 132 | +[<img src="/img/Java_Versions_PDF_Cheat_Sheet_Mockup_936.png" alt="Java Versions PDF Cheat Sheet Mockup" style="width: 468px; max-width: 100%;">](https://www.happycoders.eu/java-versions/) |
| 133 | + |
| 134 | +* Avoid lengthy research with this **concise overview of all Java versions up to Java 23**. |
| 135 | +* **Discover the innovative features** of each new Java version, summarized on a single page. |
| 136 | +* **Impress your team** with your up-to-date knowledge of the latest Java version. |
| 137 | + |
| 138 | +👉 [Download the Java Versions PDF](https://www.happycoders.eu/java-versions/)<br> |
| 139 | + |
| 140 | +_(Hier geht's zur deutschen Version → [Java-Versionen PDF](https://www.happycoders.eu/de/java-versionen/))_ |
| 141 | + |
| 142 | + |
| 143 | +## <br>HappyCoders Newsletter |
| 144 | +👉 Want to level up your Java skills? |
| 145 | +Sign up for the [HappyCoders newsletter](http://www.happycoders.eu/newsletter/) and get regular tips on programming, algorithms, and data structures! |
| 146 | + |
| 147 | +_(Hier geht's zur deutschen Version → [HappyCoders-Newsletter deutsch](https://www.happycoders.eu/de/newsletter/))_ |
| 148 | + |
| 149 | + |
| 150 | +## <br>🇩🇪 An alle Java-Programmierer, die durch fundierte Kenntnisse über Datenstrukturen besseren Code schreiben wollen |
| 151 | + |
| 152 | +Trage dich jetzt auf die [Warteliste](https://www.happycoders.eu/de/mastering-data-structures-warteliste/) von „Mastering Data Structures in Java“ ein, und erhalte das beste Angebot! |
| 153 | + |
| 154 | +[<img src="/img/mastering-data-structures-product-mockup-cropped-1600.png" alt="Mastering Data Structures Mockup" style="width: 640px; max-width: 100%;">](https://www.happycoders.eu/de/mastering-data-structures-warteliste/) |
| 155 | + |
| 156 | +👉 [Zur Warteliste](https://www.happycoders.eu/de/mastering-data-structures-warteliste/) |
0 commit comments