In this video the hash table data structure has been explained visually using animation. first the basic idea of hash table is explaned, and then how insertion works? what is a collion? followed by how collisions are handelled. first method of collision handeling shown is called chaining, in which the insertion and deletion has been explained. Then in the other techniques such as Double hashing And linear Probling only insertion has been shown because deletion happens similarly. Linked List video:- The code for the python implementation of this data structure:- %20Tables Tools used to make this video:- Manim (python animatino library for mathematical videos) and Adobe premier pro for video editing, and a TTS model for Voiceover.











