# Hash Table
- Implementation of Hash Table with different hashing functions, Implement two ways to solve colliosion :
- [x] Chaining
- [x] Linear Probing