Jump to ratings and reviews
Rate this book

The Bible of Algorithms and Data Structures: A Complex Subject Simply Explained

Rate this book
The Most Important Skill in Computer Science! The field of algorithms and data structures is one of the most important in computer science. You will rarely be invited to a coding interview at Google, Microsoft or Facebook and not be asked questions about it. This is because these companies know how valuable the skills taught are. It doesn't matter if you are into machine learning, ethical hacking, cyber security or enterprise software engineering. You will always need to be able to work with algorithms and data structures.

However, this field is also by many considered to be one of the hardest, since it is so abstract and complex. This is mainly due to the style in which it is taught. Most professors in colleges focus on exact mathematical definitions instead of understanding. And while you can't blame them for doing their job, there are better ways to learn about this subject.

This book is for everyone who is interested in an intuitive and simple approach to algorithms and data structures. It is for everyone who is frustrated with memorizing dry formal definitions. This bible covers all the formal definitions that are important and necessary but it mainly focuses on breaking complex things down in a simple way. At the end, you will not only know how to formally analyze algorithms but you will also deeply understand what is happening behind the scenes and why things are the way they are.

After Reading This Book You Will Have The Following • Intuitive understanding of algorithms and data structures • Analyzing the runtime complexity of algorithms • Using the Big O notation • Dissecting and analyzing sorting algorithms (Bubble Sort, Merge Sort, Quick Sort...) • Understanding and applying graph theory and related algorithms (BFS, DFS, Kruskal, Dijkstra) • Understanding basic data structures and their time complexities (Linked Lists, Stacks, Heaps, Trees...) • Using self-balancing trees (AVL, B-Tree...) • Understanding and applying hashing and collision resolution Master Algorithms and Data Structure Simply and Intuitively!

123 pages, Kindle Edition

Published August 20, 2020

396 people are currently reading
57 people want to read

About the author

Florian Dedov

38 books3 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
23 (37%)
4 stars
19 (31%)
3 stars
15 (24%)
2 stars
1 (1%)
1 star
3 (4%)
Displaying 1 - 3 of 3 reviews
31 reviews
January 8, 2023
I love the section on hashing

I've also learned a lot of data structures and I'm sure my code will get more efficient and effective at performance and delivering more genuine gaming experience to all players..
137 reviews
September 29, 2023
It took me a while but I completed it and will probably have to read it again to understand more about algorithms and hashing. It was however written in an understandable way and an interesting way. It would seem that computing has advanced since BASIC was around 😊
37 reviews
March 3, 2022
Pretty shallow in terms of technical depth yet skips the fundamentals in other places making some examples difficult to follow. It's a quick and easy read but will leave you wanting a lot more.
Displaying 1 - 3 of 3 reviews

Can't find what you're looking for?

Get help and learn more about the design.