Skip to content

Commit f0746b4

Browse files
committed
README: Improve cheat sheet copy + add images
1 parent a25e8e5 commit f0746b4

4 files changed

+42
-12
lines changed

Diff for: README.md

+42-12
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Sorting algorithm source codes + ultimate test to compare the performance of all
1010

1111
The code belongs to this series of articles:
1212

13-
## English
13+
14+
## <br>English
1415
* [Sorting Algorithms \[Ultimate Guide\]](https://www.happycoders.eu/algorithms/sorting-algorithms/)
1516
* [Insertion Sort – Algorithm, Source Code, Time Complexity](https://www.happycoders.eu/algorithms/insertion-sort/)
1617
* [Selection Sort – Algorithm, Source Code, Time Complexity](https://www.happycoders.eu/algorithms/selection-sort/)
@@ -28,7 +29,8 @@ The code belongs to this series of articles:
2829
* [Quicksort](https://www.youtube.com/watch?v=Vs0kAQTUmE0)
2930
* [Merge Sort](https://www.youtube.com/watch?v=nfg4A-X6lLM)
3031

31-
## Deutsch
32+
33+
## <br>Deutsch
3234
* [Sortieralgorithmen \[Ultimate Guide\]](https://www.happycoders.eu/de/algorithmen/sortieralgorithmen/)
3335
* [Insertion Sort – Algorithmus, Quellcode, Zeitkomplexität](https://www.happycoders.eu/de/algorithmen/insertion-sort/)
3436
* [Selection Sort – Algorithmus, Quellcode, Zeitkomplexität](https://www.happycoders.eu/de/algorithmen/selection-sort/)
@@ -39,27 +41,55 @@ The code belongs to this series of articles:
3941
* [Counting Sort – Algorithmus, Quellcode, Zeitkomplexität](https://www.happycoders.eu/de/algorithmen/counting-sort/)
4042
* [Radix Sort – Algorithmus, Quellcode, Zeitkomplexität](https://www.happycoders.eu/de/algorithmen/radix-sort/)
4143

42-
### Deutsche YouTube Videos:
44+
### Deutsche YouTube-Videos:
4345
* [Insertion Sort](https://www.youtube.com/watch?v=0hiSJFeUhj4)
4446
* [Selection Sort](https://www.youtube.com/watch?v=FbNIp2eTs30)
4547
* [Bubble Sort](https://www.youtube.com/watch?v=Mj-payJDsdw)
4648
* [Quicksort](https://www.youtube.com/watch?v=ka24mbzv93w)
4749
* [Mergesort](https://www.youtube.com/watch?v=Ch49YYjkNv8)
4850

49-
## The Big O Cheat Sheet
50-
👉 Use [this FREE 1-page PDF cheat sheet](https://www.happycoders.eu/big-o-cheat-sheet/) as a reference to quickly look up the 7 most important time complexity classes (with descriptions + examples).
5151

52-
[Hier geht's zur deutschen Version des PDFs](https://www.happycoders.eu/de/o-notation-cheat-sheet/)
52+
## <br>The Big O Cheat Sheet
53+
54+
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.
55+
56+
[<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/)
57+
58+
* **Always choose the most efficient data structures** and thus increase the performance of your applications.
59+
* **Be prepared for technical interviews** and confidently present your algorithm knowledge.
60+
* **Become a sought-after problem solver** and be known for systematically tackling complex problems.
61+
62+
👉 [Download the Big O Cheat Sheet](https://www.happycoders.eu/big-o-cheat-sheet/)<br>
63+
64+
_(Hier geht's zur deutschen Version &rarr; [O-Notation Cheat Sheet](https://www.happycoders.eu/de/o-notation-cheat-sheet/))_
65+
66+
67+
## <br>Java Versions PDF Cheat Sheet
5368

54-
## Java Versions PDF Cheat Sheet
55-
👉 Save time and effort with this [compact overview of all new Java features](https://www.happycoders.eu/java-versions/) from the latest version back to Java 10.
69+
**Stay up-to-date** with the latest Java features with [this PDF Cheat Sheet](https://www.happycoders.eu/java-versions/)!
5670

57-
In this practical and exclusive collection, you‘ll find the most important updates of each Java version summarized on one page each.
71+
[<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/)
5872

59-
[Hier geht's zur deutschen Version des PDFs](https://www.happycoders.eu/de/java-versionen/)
73+
* Avoid lengthy research with this **concise overview of all Java versions up to Java 23**.
74+
* **Discover the innovative features** of each new Java version, summarized on a single page.
75+
* **Impress your team** with your up-to-date knowledge of the latest Java version.
6076

61-
## HappyCoders Newsletter
77+
👉 [Download the Java Versions PDF](https://www.happycoders.eu/java-versions/)<br>
78+
79+
_(Hier geht's zur deutschen Version &rarr; [Java-Versionen PDF](https://www.happycoders.eu/de/java-versionen/))_
80+
81+
82+
## <br>HappyCoders Newsletter
6283
👉 Want to level up your Java skills?
6384
Sign up for the [HappyCoders newsletter](http://www.happycoders.eu/newsletter/) and get regular tips on programming, algorithms, and data structures!
6485

65-
[Hier geht's zum deutschen Newsletter](https://www.happycoders.eu/de/newsletter/)
86+
_(Hier geht's zur deutschen Version &rarr; [HappyCoders-Newsletter deutsch](https://www.happycoders.eu/de/newsletter/))_
87+
88+
89+
## <br>🇩🇪 An alle Java-Programmierer, die durch fundierte Kenntnisse über Datenstrukturen besseren Code schreiben wollen
90+
91+
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!
92+
93+
[<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/)
94+
95+
👉 [Zur Warteliste](https://www.happycoders.eu/de/mastering-data-structures-warteliste/)

Diff for: img/Java_Versions_PDF_Cheat_Sheet_Mockup_936.png

401 KB
Loading

Diff for: img/big-o-cheat-sheet-pdf-en-transp_936.png

335 KB
Loading
73.6 KB
Loading

0 commit comments

Comments
 (0)