/hash_table

Primary LanguageJupyter Notebook

HashTable_C

How to view jupyter_nb

  • Install miniconda
  • Create an environment from the given .yml file:
conda env create -f jupyter_nb.yml

-Activate environment

conda activate jupyter_nb
  • When done, deactivate
conda deactivate