Skip to content

Commit 87082a9

Browse files
committed
Add links to README
1 parent 16b50aa commit 87082a9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,21 @@ The code belongs to this series of articles:
4545
* [Bubble Sort](https://www.youtube.com/watch?v=Mj-payJDsdw)
4646
* [Quicksort](https://www.youtube.com/watch?v=ka24mbzv93w)
4747
* [Mergesort](https://www.youtube.com/watch?v=Ch49YYjkNv8)
48+
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).
51+
52+
[Hier geht's zur deutschen Version des PDFs](https://www.happycoders.eu/de/o-notation-cheat-sheet/)
53+
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.
56+
57+
In this practical and exclusive collection, you‘ll find the most important updates of each Java version summarized on one page each.
58+
59+
[Hier geht's zur deutschen Version des PDFs](https://www.happycoders.eu/de/java-versionen/)
60+
61+
## HappyCoders Newsletter
62+
👉 Want to level up your Java skills?
63+
Sign up for the [HappyCoders newsletter](http://www.happycoders.eu/newsletter/) and get regular tips on programming, algorithms, and data structures!
64+
65+
[Hier geht's zum deutschen Newsletter](https://www.happycoders.eu/de/newsletter/)

0 commit comments

Comments
 (0)