← heapsort-ai

data structures

7 items

ARTICLEDEV.to AI·26d ago

so… where do we stand right now?

The author reflects on their progress in studying Machine Learning (ML) and Data Structures and Algorithms (DSA), highlighting a transition from merely consuming content to actively building. They also express interest in participating in hackathons with individuals keen on building projects in ML, development, design, or product areas.

18
ARTICLEDEV.to AI·4/10/2026

How to lookup for usernames with a BILLION users?

O texto aborda o desafio de realizar buscas eficientes de nomes de usuário em sistemas com bilhões de registros, destacando a inadequação de consultas SQL simples para tal escala. São mencionadas técnicas avançadas como Redis Hashmaps, Trie Structures, B+ Trees e Bloom Filters como soluções usadas por grandes empresas, com a promessa de uma análise detalhada em uma postagem futura.

11
DOCDEV.to AI·4/17/2026

Object & Array Scenario Question

This content presents a list of programming scenarios related to object and array manipulation. It includes tasks such as updating user profiles, calculating shopping cart totals, filtering data, counting items, and grouping users by role.

10
ARTICLEDEV.to AI·5/4/2026

Redis Array: The Long Road to a Powerful Data Structure

This article explores the evolution of array-like data handling in Redis, from early string-based workarounds to today's rich, production-ready data structures. It details how Redis's array capabilities developed through pragmatic engineering and community-driven iteration. Ultimately, it offers guidance on best practices and choosing the right Redis data structure for specific use cases.

3