Code Monkey home page Code Monkey logo

practice-for-week-05-hash-tables-long-practice's Introduction

Long Practice: Hash Tables

Hash tables are an incredibly important data structure. In this practice, you will learn about the underlying mechanics of the methods within hash tables, how they correlate to the data structure's efficiency, and the kinds of problems where they are an optimal tool to utilize. You will also:

  • Compare and contrast the properties and operations of an Array, Linked List, and Hash Table
  • Define a hash collision and how to handle them
  • Identify the mechanics and complexity of adding and removing elements from a Hash Table
  • Use hash tables to improve time complexity through caching (memoization and tabulation)
  • Select a Hash Table when it is the appropriate tool for solving a problem

Setup

  1. Clone the starter from the Download link at the bottom of this page
  2. Run npm install to install dependencies.
  3. Run npm test to run specs.

Phases

  • Basic Phase 1: Implementing a hash table
    • Develop the basic methods behind a hash table, including insert, read and resize.
  • Intermediate Phase 2: Hash table practice problems
    • Use hash tables, via JavaScript's Object() and/or Set(), to efficiently solve problems.
  • Advanced Phase 3: Hash table optimization problems
    • Explore complex problems where hash tables help with memoization.

practice-for-week-05-hash-tables-long-practice's People

Contributors

aa-assessment-project-manager[bot] avatar shahriyark avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.