awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Probabilistic · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesProbabilistic

Space-efficient data structures that use probabilistic methods to estimate set membership or cardinality with high speed.

Explore 2 awesome GitHub repositories matching education & learning resources · Probabilistic. Refine with filters or upvote what's useful.

  1. Home
  2. Education & Learning Resources
  3. Educational Resources
  4. Algorithms, Theory & Academics
  5. CS Theory & Foundations
  6. Data Structure Implementations
  7. Data Structures
  8. Probabilistic

Awesome Probabilistic GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • jwasham/coding-interview-university

    jwasham/coding-interview-university

    337,188GitHubView on GitHub↗

    This project is a comprehensive educational roadmap designed to guide software engineers through the mastery of computer science fundamentals and technical interview preparation. It provides a structured, dependency-aware learning path that organizes complex computing concepts into a hierarchical curriculum, enabling u

    Utilize space-efficient probabilistic data structures to estimate set membership with high speed.

    algorithmalgorithmscoding-interview
  • redis/redis

    redis/redis

    73,096GitHubView on GitHub↗

    Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to pr

    Implements space-efficient algorithms like HyperLogLog and Bloom filters to provide high-speed estimations for large datasets.

    Ccachecachingdatabase