Skip to content

redotter84/hash-table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Hash Table

Project for the course of Algorithms in Higher School of Economics, 2020.

What is it

The task was to implement a hash table in C++. The method of collision resolution is an open addressing.

The following operations are supported:

  • insert
  • erase
  • find
  • operations with iterators

About

Implementation of the hash table, 2020

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages