Understanding the Hash Table
In Computer Science, a Hash Table is a Data Structure. There are many data structure available such as Stack, Queue, Linked List, Set. Hash Table is another one which stores data in an associative manner.
In Computer Science, a Hash Table is a Data Structure. There are many data structure available such as Stack, Queue, Linked List, Set. Hash Table is another one which stores data in an associative manner.
In this post we are going to make a small compiler with JavaScript. We will start by understanding what compiler is, phases of compilation then we will make a simple compiler.