❗The content presented here is sourced directly from Udemy platform. For comprehensive course details, including enrollment information, simply click on the 'Go to class' link on our website.
Updated in [July 14th, 2023]
This course, Data Structures And Algorithms In Real World - Part 1, provides an introduction to algorithms and data structures used in real world software. Students will learn about topics such as Binary Tree, Sorting, Linked list, Merkle tree, Consistent hashing, Bloom filter, and more. They will also build a minimal version of Git from scratch and understand how Merkle tree is used in Bitcoin and DynamoDb. Javascript is the language used to implement the concepts in this course, however the same can be achieved in other languages by following the lectures. By the end of this course, students will have a better understanding of data structures and algorithms and how they are used in real world software.
Course Syllabus
Merkle Tree - Introduction
Merkle Tree - Coding
Merkle Tree In Real World