davidnierman / python-hash-table-challenges

3 code problems for studying hash tables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GA Logo Pyhton Hash Table Challenges

Lets solve some code challenges! These challenges are designed specifically to have solutions that involve

HASH TABLES.

space browns

Don't worry if it isn't immediately clear how to solve them, work through different ideas and write some code! It's okay to work through a 'naive' solve first and then move on to applying a hash table to optimize your solution.

Getting Started

  • Fork and clone this repo, and cd into python-hash-table-challenges
  • each challenge is in a .py file so you can work on them one at time and use the command python3 <filename>.py to check your work
  • the challenges are ranked from least to most challenging, so start with number one

Licensing

  1. All content is licensed under a CC-BY-NC-SA 4.0 license.
  2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.

About

3 code problems for studying hash tables

License:Other


Languages

Language:Python 100.0%