Overview of the Heap data structure and a Ruby implementation
CI/CD implementation for the DataStructures101 using Rubocop, CodeClimate, Yard and TravisCI.
Performance evaluation of the implementations in part-2 and analysis of the findings
A walkthrough of 2 different hash table implementaions: ChainedHashTable and ProbeHashTable
Introduction to the main concepts required for a Hash Table implementation
Example linked list and double linked list implementations using ruby.