Category: Artificial Intelligence

The Perfect Hash Function

In the article from 1984, Fredman and Komlos (1) mention the perfect hash function, that actually can store a sparse table with 0(1) worst case access time. And as they mention that both the data structure and the query algorithm

Tagged with: , , , ,

Elasticsearch – Simple Introduction and Web App

Searching through 399 documents or 40 web pages (the numbers are not random) can be a tough task if you rely on standard tools like ctrl+f. When the data grows, you need a dedicated search engine that understands relevance, handles

Tagged with: , , , , ,
Top