Databases

https://editorialia.com/wp-content/uploads/2020/06/data-structures-succinctly-part-2.jpg

Data Structures Succinctly Part 2

Data Structures Succinctly Part 2 is your concise guide to skip lists, hash tables, heaps, priority queues, AVL trees, and B-trees. As with the first book, you’ll learn how the structures behave, how to interact with them, and their performance limitations. Starting with skip lists and hash tables, and then moving to complex AVL trees and B-trees, author Robert Horvick explains what each structure’s methods and classes are, the algorithms behind them, and what is necessary to keep them valid.

https://editorialia.com/wp-content/uploads/2020/06/data-structuressuccinctly-part-1.jpg

Data Structures Succinctly Part 1

Data Structures Succinctly Part 1 is your first step to a better understanding of the different types of data structures, how they behave, and how to interact with them. Starting with simple linked lists and arrays, and then moving to more complex structures like binary search trees and sets, author Robert Horvick explains what each structure’s methods and classes are and the algorithms behind them. Horvick goes a step further to detail their operational and resource complexity, ensuring that you have a clear understanding of what using a specific data structure entails.

https://editorialia.com/wp-content/uploads/2020/06/mysql-notes-for-professionals.jpg

MySQL® Notes for Professionals

MySQL® Notes for Professionals book is compiled from Stack Overflow Documentation. (187 pages, published on May 2018)

https://editorialia.com/wp-content/uploads/2020/06/sql-notes-for-professionals-book.jpg

SQL Notes for Professionals book

This SQL Notes for Professionals book is compiled from Stack Overflow Documentation. (166 pages, published on May 2018)

https://editorialia.com/wp-content/uploads/2020/06/select-star-sql-2.jpg

Select Star SQL

This is an interactive book which aims to be the best place on the internet for learning SQL. It is free of charge, free of ads and doesn’t require registration or downloads. It helps you learn by running queries against a real-world dataset to complete projects of consequence. It is not a mere reference page — it conveys a mental model for writing SQL.