1. Array
Start your learning journey by understanding the most fundamental data structure.
2. Singly Linked List
Learn in-depth the most fundamental data structure in a programmer's life
6. Queue
Learn about the data structure that powers CPU and disk scheduling algorithms
7. Binary Tree
Learn all about the most critical data structure in computer science
What you will learn
Structure, representation and implementation of a hash table
Fundamental operations and design using various collision resolution
Understand essential patterns behind common interview problems
Detailed code implementation and solution of all problems
Intuition through visual explanation of algorithms
Hands on practical experience in a setup free coding environment
Requirements
This is a complete course and assumes that you know nothing about hash tables but are familiar with some basic foundational topics in any programming language.
- Basic knowledge of programming in any language
- Basic knowledge of functions and classes
- Basic knowledge of memory management
- You have completed the singly linked list course
Overview
Data structures are used extensively in software development. A hash table is the most fundamental. Irrespective of the language, framework, or system that you use, you will always be using a hash table in some form or the other.
Representation of a hash table
Fundamentals
This course teaches you the fundamentals of a hash table and how it works. It provides you with code implementations and detailed explanations of a hash table and its operations in the most intuitive way. We go step by step to explore its various functions which will give you a deep insight into this awesome data structure. This will help you gain a thorough understanding of the most important data structure of all.
Problems Solving
This interactive course involves high-quality problems and is deeply focused on problem-solving. It bridges the gap between theoretical concepts and common interview problems by explaining the most common interview problems on hash table. This will help you gain confidence and understand how to convert your learning into action. By the end of the course, you will be pretty confident that you can solve any has table problem thrown at you.
Who this course is for
This all-rounder course targets a variety of audiences ranging from complete beginners to experienced programmers who want to take their knowledge to the next level. You will greatly benefit from this course if you identify yourself as one of the following
- Non developers who want to start their journey to learn data structures
- Developers who want to get deepest knowledge of hash tables
- Anyone interested in improving their problem solving skills
- Anyone preparing for programming interviews
Course Contents
1. Introduction to hash tables
2. Separate chaining
3. Linear probing
4. Quadratic probing
5. Double hashing
6. Pattern: Counting
7. Pattern: Pattern generation
8. Pattern: Fixed sized sliding Window
9. Pattern: Variable sized sliding window
10. Pattern: Prefix Sum
13. Certificate
Forever offer!: 60% OFF
Annual
$6
.63
/MO
Billed annualy at$199$79.6
Hash Table
Learn how applications deal with key value mappings efficiently