Skip to content

Commit 28eac55

Browse files
committed
README: Add cheat sheets, newsletter, mastering data structures
1 parent 49646ac commit 28eac55

4 files changed

+46
-0
lines changed

README.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,49 @@ I therefore took the trouble to implement each task in a truly object-oriented a
1313
For explanations of my solutions, see my [Advent of Code 2022 Solutions](https://www.happycoders.eu/algorithms/advent-of-code-2022/) article.
1414

1515
This project uses [Java 19 features](https://www.happycoders.eu/java/java-19-features/), including preview features, so most classes must be compiled and run with [Java 19](https://jdk.java.net/19/) and the `--enable-preview` flag.
16+
17+
18+
## <br>Java Versions PDF Cheat Sheet
19+
20+
**Stay up-to-date** with the latest Java features with [this PDF Cheat Sheet](https://www.happycoders.eu/java-versions/)!
21+
22+
[<img src="/img/Java_Versions_PDF_Cheat_Sheet_Mockup_936.v2.png" alt="Java Versions PDF Cheat Sheet Mockup" style="width: 468px; max-width: 100%;">](https://www.happycoders.eu/java-versions/)
23+
24+
* Avoid lengthy research with this **concise overview of all Java versions up to Java 23**.
25+
* **Discover the innovative features** of each new Java version, summarized on a single page.
26+
* **Impress your team** with your up-to-date knowledge of the latest Java version.
27+
28+
👉 [Download the Java Versions PDF](https://www.happycoders.eu/java-versions/)<br>
29+
30+
_(Hier geht's zur deutschen Version &rarr; [Java-Versionen PDF](https://www.happycoders.eu/de/java-versionen/))_
31+
32+
33+
## <br>The Big O Cheat Sheet
34+
35+
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.
36+
37+
[<img src="/img/big-o-cheat-sheet-pdf-en-transp_936.v2.png" alt="Big O PDF Cheat Sheet Mockup" style="width: 468px; max-width: 100%;">](https://www.happycoders.eu/big-o-cheat-sheet/)
38+
39+
* **Always choose the most efficient data structures** and thus increase the performance of your applications.
40+
* **Be prepared for technical interviews** and confidently present your algorithm knowledge.
41+
* **Become a sought-after problem solver** and be known for systematically tackling complex problems.
42+
43+
👉 [Download the Big O Cheat Sheet](https://www.happycoders.eu/big-o-cheat-sheet/)<br>
44+
45+
_(Hier geht's zur deutschen Version &rarr; [O-Notation Cheat Sheet](https://www.happycoders.eu/de/o-notation-cheat-sheet/))_
46+
47+
48+
## <br>HappyCoders Newsletter
49+
👉 Want to level up your Java skills?
50+
Sign up for the [HappyCoders newsletter](http://www.happycoders.eu/newsletter/) and get regular tips on programming, algorithms, and data structures!
51+
52+
_(Hier geht's zur deutschen Version &rarr; [HappyCoders-Newsletter deutsch](https://www.happycoders.eu/de/newsletter/))_
53+
54+
55+
## <br>🇩🇪 An alle Java-Programmierer, die durch fundierte Kenntnisse über Datenstrukturen besseren Code schreiben wollen
56+
57+
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!
58+
59+
[<img src="/img/mastering-data-structures-product-mockup-cropped-1600.v2.png" alt="Mastering Data Structures Mockup" style="width: 640px; max-width: 100%;">](https://www.happycoders.eu/de/mastering-data-structures-warteliste/)
60+
61+
👉 [Zur Warteliste](https://www.happycoders.eu/de/mastering-data-structures-warteliste/)
Loading
335 KB
Loading
Loading

0 commit comments

Comments
 (0)