Skip to content

Commit 6180427

Browse files
committed
README: Add cheat sheets, newsletter, mastering data structures
1 parent ad45e28 commit 6180427

File tree

4 files changed

+49
-2
lines changed

4 files changed

+49
-2
lines changed

README.md

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Java Queue, Deque, Stack and other collections - Ultimate Guide on HappyCoders.eu:
1010

11-
## English Articles
11+
## <br>English Articles
1212

1313
### Fundamentals
1414

@@ -58,7 +58,8 @@ Java Queue, Deque, Stack and other collections - Ultimate Guide on HappyCoders.e
5858
* Part 10: [Java Deque vs. Stack](https://www.happycoders.eu/algorithms/java-deque-vs-stack/)
5959
* Part 11: [Java Queue vs. Deque](https://www.happycoders.eu/algorithms/java-queue-vs-deque/)
6060

61-
## German Articles
61+
62+
## <br>German Articles
6263

6364
### Grundlagen
6465

@@ -107,3 +108,49 @@ Java Queue, Deque, Stack and other collections - Ultimate Guide on HappyCoders.e
107108
* Teil 9: [Deque mit einem Array implementieren](https://www.happycoders.eu/de/algorithmen/deque-implementieren-array/)
108109
* Teil 10: [Java Deque vs. Stack](https://www.happycoders.eu/de/algorithmen/java-deque-vs-stack/)
109110
* 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 &rarr; [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 &rarr; [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 &rarr; [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/)
401 KB
Loading
335 KB
Loading
73.6 KB
Loading

0 commit comments

Comments
 (0)