Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matheus-hrm/my_hashtable

my implementation of a custom hash table with the murmur hash function in C
https://github.com/matheus-hrm/my_hashtable

Last synced: 17 days ago
JSON representation

my implementation of a custom hash table with the murmur hash function in C

Awesome Lists containing this project

README

        

### Custom Hastable

### Compiling

```bash
gcc -o main.c hashtable.c
```

Esse codigo implementa uma funcao hash murmurhash em uma lista aleatoria de numeros de 1 ate 9999, salvando os numeros em uma hashtable, para buscar por numeros use "./hash 'numero' ", se o numero for encontrado, sera mostrado sua posicao na tabela e o tempo gasto para realizacao da busca