Skip to content

Poshjark/HashMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HashMap

Hello! This is my training project in metaprogramming.

Here is header with template class Hashtable, which has very-very similar behavior with std::unordered_map.

Realized methods: insert_or_assign(), operator [] acces to the element, remove(), find(), rehash().

This Hashmap doesn't rehash itself.

About

RA_CPP training.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published